Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/shell/msh_test/msh-parsing/quote3.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (hide annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 159 byte(s)
-updated to busybox-1.13.4
1 niro 816 if test $# = 0; then
2     exec "$THIS_SH" quote3.tests abc "d e"
3     fi
4    
5     echo 'Testing: in $empty""'
6     empty=''
7     for a in $empty""; do echo ".$a."; done
8     echo Finished