]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
MSGHDR updates
[openldap] / build / mkrelease
index f0e7a1f5d70d1ad5a99cbb16671cbe8ddb94dfb8..06c7f67832b5cd0f4561ca0e24931ae0fe46aeaf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 1998-2002 The OpenLDAP Foundation
+## Copyright 1998-2003 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -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