From 32aef3b0d7e955046ec3de5a18d5e4e8a0760245 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 1 Apr 2005 00:32:07 +0000 Subject: [PATCH] fix error in cygwin git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163733 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/repoclean/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/repoclean/install.sh b/sandbox/repoclean/install.sh index cff66afebd..f3dff39339 100644 --- a/sandbox/repoclean/install.sh +++ b/sandbox/repoclean/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ $# == 0 ]; then +if [ $# -eq 0 ]; then echo "" echo "*******************"