Sign in
coral
/
busybox
/
ed058016bf8fc98271de2e58bfb650de9e9d304d
/
.
/
shell
/
hush_test
/
hush-vars
/
var_expand_in_assign.tests
blob: 18cdc74c0924117cf8def76b4849b72b04c0a1d6 [
file
] [
log
] [
blame
]
if
test $
# = 0; then
exec
"$THIS_SH"
"$0"
abc
"d e"
fi
space
=
' '
echo
.
$space
.
a
=
$
*
echo
.
$a
.
a
=
$@
echo
.
$a
.
a
=
"$*"
echo
.
$a
.
a
=
"$@"
echo
.
$a
.