Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c94d3564c2b0584804fd4bab0a03f9160aa39720
/
.
/
shell
/
hush_test
/
hush-vars
/
param_glob.tests
blob: 801d58ee75c045776cfe60e00a9474d28a9e9c00 [
file
] [
log
] [
blame
]
if
test $
# = 0; then
#BUG in builtin_exec! will glob param!
#exec "$THIS_SH" "$0" 'param_glob.t*'
"$THIS_SH"
"$0"
'param_glob.t*'
exit
fi
echo $
*
echo $@
echo
"$*"
echo
"$@"