mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
sigh
This commit is contained in:
parent
3b261a29d5
commit
c5385c9011
11
package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
Normal file
11
package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch
Normal file
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user