brett 2005/03/31 16:32:07
Modified: sandbox/repoclean install.sh
Log:
fix error in cygwin
Revision Changes Path
1.4 +1 -1 maven-components/sandbox/repoclean/install.sh
Index: install.sh
===================================================================
RCS file: /home/cvs/maven-components/sandbox/repoclean/install.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- install.sh 1 Apr 2005 00:24:45 -0000 1.3
+++ install.sh 1 Apr 2005 00:32:07 -0000 1.4
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ $# == 0 ]; then
+if [ $# -eq 0 ]; then
echo ""
echo "*******************"