bump version
[buildroot.git] / package / ltp-testsuite / ltp-testsuite-sh-is-not-C-code.patch
bloba6f98ac13cdda66bf36ffcbeb48a761aecbad97a
1 --- ltp-full-20061121/IDcheck.sh.orig 2006-12-07 22:31:29.000000000 -0700
2 +++ ltp-full-20061121/IDcheck.sh 2006-12-07 22:32:58.000000000 -0700
3 @@ -85,7 +85,7 @@
4 fi
6 whoami | grep root > /dev/null
7 -if [ $? == "0" ]; then
8 +if [ $? = "0" ]; then
9 I_AM_ROOT=1