source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-misc/for.tests@ 3865

Last change on this file since 3865 was 3621, checked in by Bruno Cornec, 10 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 29 bytes
Line 
1for i
2in OK
3do
4 echo $i
5done
Note: See TracBrowser for help on using the repository browser.