projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
busybox
/
files
/
telnet
diff --git
a/package/busybox/files/telnet
b/package/busybox/files/telnet
index
334523e
..
994e713
100755
(executable)
--- a/
package/busybox/files/telnet
+++ b/
package/busybox/files/telnet
@@
-8,7
+8,7
@@
has_root_pwd() {
pwd="${pwd#*root:}"
pwd="${pwd%%:*}"
- test -n "${pwd#
!
}"
+ test -n "${pwd#
[\!x]
}"
}
get_root_home() {
This page took
0.022233 seconds
and
4
git commands to generate.