Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/nommu2.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 220 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 echo Not shown | if true; then echo $(echo Ok); fi
2 echo Not shown | if true; then echo `echo Ok`; fi
3 echo Not shown | ( if true; then echo $(echo Ok); fi )
4 echo Not shown | ( if true; then echo `echo Ok`; fi )
5 echo Done

Properties

Name Value
svn:executable *