Clarify that mkrelease script must not muck with the export

This commit is contained in:
Kurt Zeilenga 2003-03-24 03:50:02 +00:00
parent 3b2b9f1cf8
commit 38284308f8

View file

@ -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