jvanzyl 2004/04/09 07:14:51
Modified: maven-mboot/src/bash maven.functions
Log:
o make wget quiet
Revision Changes Path
1.32 +1 -1 maven-components/maven-mboot/src/bash/maven.functions
Index: maven.functions
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- maven.functions 9 Apr 2004 03:28:25 -0000 1.31
+++ maven.functions 9 Apr 2004 14:14:51 -0000 1.32
@@ -17,7 +17,7 @@
if [ "$snapshot" = "0" ] || [ ! -f $repoLocal/$i ]
then
mkdir -p `dirname $repoLocal/$i` > /dev/null 2>&1
- wget -O $repoLocal/$i http://www.ibiblio.org/maven/$i
+ wget -q -O $repoLocal/$i http://www.ibiblio.org/maven/$i
fi
done
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]