Skip to content
Snippets Groups Projects
Commit 38284308 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clarify that mkrelease script must not muck with the export

parent 3b2b9f1c
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment