Standardize shell script, closes #788
[openwrt.git] / scripts / config / lxdialog / check-lxdialog.sh
index 120d624..df81c44 100644 (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
This page took 0.027102 seconds and 4 git commands to generate.