merge of '178eac00dc5aa8338d42e8e203633bec7817bbf6'
[vuplus_openembedded] / packages / uclibc / uclibc-0.9.29 / uClibc-0.9.29-nonposix_bashisms.patch
1 Index: uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh
2 ===================================================================
3 --- uClibc-0.9.29.orig/extra/config/lxdialog/check-lxdialog.sh  2008-03-09 21:58:29.000000000 +0100
4 +++ uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh       2008-03-09 21:58:39.000000000 +0100
5 @@ -57,7 +57,7 @@
6         printf "Usage: $0 [-check compiler options|-header|-library]\n"
7  }
8  
9 -if [ $# == 0 ]; then
10 +if [ $# -eq 0 ]; then
11         usage
12         exit 1
13  fi