Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/ash_test/ash-standalone/noexec_gets_no_env.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 77 byte(s)
-updated to busybox-1.13.4
1 export VAR7=VAL
2 env | grep ^VAR7=
3 echo $?
4 VAR8=VAL env | grep ^VAR8=
5 echo $?