sigh
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Dec 2006 05:30:00 +0000 (05:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Dec 2006 05:30:00 +0000 (05:30 -0000)
package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch [new file with mode: 0644]

diff --git a/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch b/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
new file mode 100644 (file)
index 0000000..a6f98ac
--- /dev/null
@@ -0,0 +1,11 @@
+--- ltp-full-20061121/IDcheck.sh.orig  2006-12-07 22:31:29.000000000 -0700
++++ ltp-full-20061121/IDcheck.sh       2006-12-07 22:32:58.000000000 -0700
+@@ -85,7 +85,7 @@
+ fi
+ whoami | grep root > /dev/null
+-if [ $? == "0" ]; then
++if [ $? = "0" ]; then
+  I_AM_ROOT=1
+ fi