This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-12-22 14:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
21e8e8da64
hush
/
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