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

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 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: 104 bytes
Line 
1f() { echo $1; }
2f 1
3
4f() ( echo $1; )
5f 2
6
7f() ( echo $1 )
8f 3
9
10f() for i in 1 2 3; do
11 echo $i
12done
13f
Note: See TracBrowser for help on using the repository browser.