fix error in cygwin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-01 00:32:07 +00:00
parent 2eed725153
commit 32aef3b0d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ $# == 0 ]; then
if [ $# -eq 0 ]; then
echo ""
echo "*******************"