From 38284308f8f79773b002a3136e0bc161c813f4b4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 24 Mar 2003 03:50:02 +0000 Subject: [PATCH] Clarify that mkrelease script must not muck with the export --- build/mkrelease | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/mkrelease b/build/mkrelease index 906a78ab89..cf01220a4b 100755 --- a/build/mkrelease +++ b/build/mkrelease @@ -9,6 +9,11 @@ # where CVSTAG is the tag to export from the current CVSROOT # +# +# This script MUST NOT add files to the export nor modify +# any file in the export. +# + set -e # exit immediately if any errors occur if test $# != 3 ; then -- 2.39.5