parent
1fb6cc0479
commit
ac4b0b4122
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue