[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / package / busybox / files / telnet
index 334523e..994e713 100755 (executable)
@@ -8,7 +8,7 @@ has_root_pwd() {
              pwd="${pwd#*root:}"
              pwd="${pwd%%:*}"
 
              pwd="${pwd#*root:}"
              pwd="${pwd%%:*}"
 
-       test -n "${pwd#!}"
+       test -n "${pwd#[\!x]}"
 }
 
 get_root_home() {
 }
 
 get_root_home() {
This page took 0.029291 seconds and 4 git commands to generate.