From ac4b0b4122d0f4bba6ee6df6f2f9773e2d6d6179 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 21 Sep 2006 13:59:20 +0000 Subject: [PATCH] Standardize shell script, closes #788 SVN-Revision: 4807 --- openwrt/scripts/config/lxdialog/check-lxdialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/scripts/config/lxdialog/check-lxdialog.sh b/openwrt/scripts/config/lxdialog/check-lxdialog.sh index 120d624e67..df81c44558 100644 --- a/openwrt/scripts/config/lxdialog/check-lxdialog.sh +++ b/openwrt/scripts/config/lxdialog/check-lxdialog.sh @@ -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 -- 2.34.1