You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/02/25 22:29:03 UTC

cvs commit: jakarta-turbine-maven build-bootstrap-jars.sh

kaz         02/02/25 13:29:03

  Modified:    .        build-bootstrap-jars.sh
  Log:
  Fixing typo.  Little 'o' is the log file, big 'O' is the output file.  I
  was wondering why all these jar files appeared in my base directory :)
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-maven/build-bootstrap-jars.sh
  
  Index: build-bootstrap-jars.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap-jars.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-bootstrap-jars.sh	25 Feb 2002 20:59:19 -0000	1.2
  +++ build-bootstrap-jars.sh	25 Feb 2002 21:29:03 -0000	1.3
  @@ -19,5 +19,5 @@
   
   for JAR in $JARS
   do
  -  wget -v -N -o $LIB_REPO/$JAR $REPO/$JAR
  +  wget -v -N -O $LIB_REPO/$JAR $REPO/$JAR
   done
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>