You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2005/11/16 12:05:55 UTC

svn commit: r344979 - /tcl/websh/trunk/makedist

Author: ronnie
Date: Wed Nov 16 03:05:48 2005
New Revision: 344979

URL: http://svn.apache.org/viewcvs?rev=344979&view=rev
Log:
- removed verbose flag from tar (to avoid error under FreeBSD)

Modified:
    tcl/websh/trunk/makedist

Modified: tcl/websh/trunk/makedist
URL: http://svn.apache.org/viewcvs/tcl/websh/trunk/makedist?rev=344979&r1=344978&r2=344979&view=diff
==============================================================================
--- tcl/websh/trunk/makedist (original)
+++ tcl/websh/trunk/makedist Wed Nov 16 03:05:48 2005
@@ -87,13 +87,13 @@
 puts "creating tar ball quickref-$build.tar.gz"
 cd doc
 file rename html quickref-$build
-exec tar czvf ../../../quickref-$build.tar.gz --exclude .svn quickref-$build
+exec tar czf ../../../quickref-$build.tar.gz --exclude .svn quickref-$build
 file rename quickref-$build html
 cd ../..
 
 # creating tar ball
 puts "creating tar ball websh-$build.tar.gz"
-exec tar czvf ../websh-$build.tar.gz --exclude .svn websh-$build
+exec tar czf ../websh-$build.tar.gz --exclude .svn websh-$build
 
 
 # cleanup



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org