Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
dc180d14427fea95d57e8ad10953d271a47e6571
/
.
/
testsuite
/
which
/
which-uses-default-path
blob: f612aeb54508993a696863d138f9542f046bdefd [
file
] [
log
] [
blame
]
BUSYBOX
=
$
(
type
-
p busybox
)
SAVED_PATH
=
$PATH
unset PATH
$BUSYBOX which ls
STATUS
=
$
?
export
PATH
=
$SAVED_PATH
return
$STATUS