]> granicus.if.org Git - libexpat/commitdiff
when controlling the CVS client from a script, we should always
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Jul 2004 03:42:23 +0000 (03:42 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Jul 2004 03:42:23 +0000 (03:42 +0000)
disable the personal CVS config file to avoid any unpredictable
behavior

expat/make-release.sh

index e07af09f6babdcf66e93cd4d3d37a6d90a333908..be2795b01384e14a3dbcb59058c7453196acf6e5 100755 (executable)
@@ -22,7 +22,7 @@ if test -e $tmpdir; then
 fi
 
 echo "Checking out into temporary area: $tmpdir"
-cvs -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
+cvs -f -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
 
 echo ""
 echo "----------------------------------------------------------------------"