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
c8329c9568
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 13:45:51 +05:30
export VAR7=VAL
env | grep ^VAR7=
echo $?
dc: conditionalize parts which require libm
2008-10-20 14:13:10 +05:30
VAR8=VAL env | grep ^VAR8=
echo $?
Reference in New Issue
Copy Permalink