Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/continue1.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: 116 byte(s)
-updated to busybox-1.13.4
1 niro 816 for v in a b c; do echo A:$v; continue 666; done
2     echo OK1
3     for v in a b c; do echo A:$v; continue 666; done
4     echo OK2