Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-misc/func1.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 222 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 f() { echo Hello; }
2 g () { echo One: $# Param1: $1; }
3 h ( )
4 {
5 echo -n 'Multi ' && echo -n 'line '
6 echo function
7 false
8 }
9
10 f
11 echo Zero: $?
12 set -- Restored
13 { g World; }
14 echo Zero: $? Param1: $1
15 ( h )
16 echo One: $?

Properties

Name Value
svn:executable *