Standardize shell script, closes #788

SVN-Revision: 4807
This commit is contained in:
Florian Fainelli 2006-09-21 13:59:20 +00:00
parent 1fb6cc0479
commit ac4b0b4122

View file

@ -57,7 +57,7 @@ usage() {
printf "Usage: $0 [-check compiler options|-header|-library]\n"
}
if [ $# == 0 ]; then
if [ $# -eq 0 ]; then
usage
exit 1
fi