mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Clarify that mkrelease script must not muck with the export
This commit is contained in:
parent
3b2b9f1cf8
commit
38284308f8
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue