From: Kurt Zeilenga Date: Mon, 24 Mar 2003 03:50:02 +0000 (+0000) Subject: Clarify that mkrelease script must not muck with the export X-Git-Tag: NO_SLAP_OP_BLOCKS~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38284308f8f79773b002a3136e0bc161c813f4b4;p=openldap Clarify that mkrelease script must not muck with the export --- 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