Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e6ae6e3d39443606f9f101b9c6ef0070f3c863a1
/
.
/
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