This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-12-25 18:33:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
821e64316a
hush
/
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-10 21:01:38 +00:00
BUSYBOX=$(command -pv busybox)
Do not segfault if PATH is unset.
2002-01-14 18:30:10 +00:00
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls
Reference in New Issue
Copy Permalink