Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/msh_test/msh-bugs/var_expand_in_assign.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File size: 149 byte(s)
-updated to busybox-1.13.4
1 if test $# = 0; then
2 exec "$THIS_SH" "$0" abc "d e"
3 fi
4
5 space=' '
6 echo .$space.
7
8 a=$*
9 echo .$a.
10 a=$@
11 echo .$a.
12 a="$*"
13 echo .$a.
14 a="$@"
15 echo .$a.