summaryrefslogtreecommitdiffstats
path: root/patches/uClibc-0.9.29/generic/check-lxdialog-fix-comparison.diff
blob: eeae01cf598e0333501b4085c27aef0c08d8b710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 extra/config/lxdialog/check-lxdialog.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh
===================================================================
--- uClibc-0.9.29.orig/extra/config/lxdialog/check-lxdialog.sh
+++ uClibc-0.9.29/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