afa63b2dcd
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>
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
BUSYBOX=$(command -pv busybox)
|
|
SAVED_PATH=$PATH
|
|
unset PATH
|
|
$BUSYBOX which ls
|