From f98614ab762580365b5c4a3c63f05dc459bcd65b 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.30.2