This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
821e64316a
busybox
/
testsuite
/
which
/
which-uses-default-path
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix bashisms in testsuite/ These places use ${var/search/replace}, $((n++) and `type -p' constructs which are not-so-standard. Replace with equivalent constructs. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2013-11-11 02:31:38 +05:30
BUSYBOX=$(command -pv busybox)
Do not segfault if PATH is unset.
2002-01-15 00:00:10 +05:30
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls
Reference in New Issue
Copy Permalink