Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/shell/hush_test/hush-bugs/export_exp.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: 342 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 v="a=aa0 b=bb0"
2 # only 1st arg should be expanded in multiple words
3 export $v c=$v
4 echo $a $b
5 echo $c
6
7 # only 1st arg should be expanded in multiple words
8 export `echo a=aa1 b=bb1` c=`echo a=aa1 b=bb1`
9 echo $a $b
10 echo $c
11
12 >zz=zz
13 >zzz=zzz
14 # only 1st arg should be globbed
15 export zzz* zz=*
16 env | grep ^zz | sort
17 rm -rf zz=zz zzz=zzz
18
19 echo Done

Properties

Name Value
svn:executable *