Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/builtin1.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: 149 byte(s)
-updated to busybox-1.13.4
1 # builtins, unlike keywords like "while", can be constructed
2 # with substitutions
3 VARIABLE=export
4 $VARIABLE VARIABLE
5 env | grep ^VARIABLE
6 echo OK:$?