Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-vars/param_expand_len.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (hide annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 184 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 niro 984 # make sure len parsing doesnt break arg count
2     set --
3     echo $# ${#}
4     set -- aaaa bbb cc d
5     echo $# ${#}
6    
7     echo ${#1} ${#2} ${#3} ${#4} ${#5} ${#6}
8    
9     unset e
10     f=abc
11     g=
12     echo ${#e} ${#f} ${#g}

Properties

Name Value
svn:executable *