From: fess <fe...@us...> - 2004-01-19 22:42:39
|
Update of /cvsroot/wigwam/wigwam-base/publish-scripts In directory sc8-pr-cvs1:/tmp/cvs-serv22318/publish-scripts Modified Files: prepare-rsync-source Log Message: make --force-checkout actually work Index: prepare-rsync-source =================================================================== RCS file: /cvsroot/wigwam/wigwam-base/publish-scripts/prepare-rsync-source,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- prepare-rsync-source 9 Jun 2002 19:40:26 -0000 1.2 +++ prepare-rsync-source 19 Jan 2004 22:42:36 -0000 1.3 @@ -23,7 +23,7 @@ fi force_checkout=0 -if test "x$4" = "--force-checkout" ; then +if test "x$4" = "x--force-checkout" ; then force_checkout=1 fi |