mirror of https://github.com/apache/maven.git
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:
parent
2eed725153
commit
32aef3b0d7
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ $# == 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "*******************"
|
echo "*******************"
|
||||||
|
|
Loading…
Reference in New Issue