Eric Andersen 18 년 전
부모
커밋
c5385c9011
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch

+ 11 - 0
package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch

@@ -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
+