Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
shell
/
msh_test
/
msh-bugs
/
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
.