]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Revert previous commit, added NT mkvers script
[openldap] / build / mkrelease
index 906a78ab8920145741974d4e3138be2a5fb069f0..06c7f67832b5cd0f4561ca0e24931ae0fe46aeaf 100755 (executable)
@@ -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
@@ -42,7 +47,7 @@ if test ! -e $RELNAME/build/version.sh ; then
        exit 1
 fi
 
-. $RELNAME/build/version.sh
+eval `$RELNAME/build/version.sh`
 
 tar cf $RELNAME.tar $RELNAME
 gzip -9 -c $RELNAME.tar > $RELNAME.tgz