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
busybox
/
shell
/
ash_test
/
ash-standalone
/
noexec_gets_no_env.tests
6 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ash: fix NOEXEC mode - we were forgetting to pass environment! env: promote to NOEXEC hd: promote to NOEXEC, as hexdump is NOEXEC already
2008-10-20 08:15:51 +00:00
export VAR7=VAL
env | grep ^VAR7=
echo $?
dc: conditionalize parts which require libm
2008-10-20 08:43:10 +00:00
VAR8=VAL env | grep ^VAR8=
echo $?
Reference in New Issue
Copy Permalink