Merge pull request #142 from apollo13/master

Fix bash string comparision
This commit is contained in:
David Dollar
2012-01-24 08:29:38 -08:00
+1 -1
View File
@@ -29,7 +29,7 @@ shift $((OPTIND-1))
command=$1
if [ "$1" == "" ]; then
if [ -z "$1" ]; then
usage
fi