[Zope-CVS] CVS: Packages/SFTPGateway/bin - makedist:1.4

Fred L. Drake, Jr. fred at zope.com
Mon Dec 22 11:07:59 EST 2003


Update of /cvs-repository/Packages/SFTPGateway/bin
In directory cvs.zope.org:/tmp/cvs-serv30225

Modified Files:
	makedist 
Log Message:
fix CVS export command


=== Packages/SFTPGateway/bin/makedist 1.3 => 1.4 ===
--- Packages/SFTPGateway/bin/makedist:1.3	Fri Dec 19 14:08:47 2003
+++ Packages/SFTPGateway/bin/makedist	Mon Dec 22 11:07:58 2003
@@ -26,7 +26,8 @@
 CVSROOT=':pserver:anonymous at cvs.zope.org:/cvs-repository'
 
 echo "Fetching SFTP Gateway $RELEASE..."
-cvs -Q -f -d "$CVSROOT" export -d "$2" -r "$3" "$4" || exit $?
+cvs -Q -f -d "$CVSROOT" export -d "$TEMPDIR" -r "$TAG" Packages/SFTPGateway \
+    || exit $?
 
 find . -name .cvsignore -exec rm '{}' ';'
 




More information about the Zope-CVS mailing list