index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-misc
/
func5.tests
blob: 5c33560bc7ac685f2ee387a68d29ff2b1e3f4fa9 (
plain
)
1
2
3
4
5
6
7
8
f() { echo $1; } f 1 f() ( echo $1; ) f 2 f() ( echo $1 ) f 3