From 3cf0739274914c880b5c2f6b23ff32efd0fd7963 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 May 2007 04:37:20 +0000 Subject: use POSIX -eq rather than bash == #1360 --- extra/config/lxdialog/check-lxdialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/config/lxdialog/check-lxdialog.sh b/extra/config/lxdialog/check-lxdialog.sh index 120d624e6..df81c4455 100755 --- a/extra/config/lxdialog/check-lxdialog.sh +++ b/extra/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 -- cgit v1.2.3