~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to shell/ash_test/ash-vars/param_glob.tests

  • Committer: mmach
  • Date: 2021-04-14 13:54:24 UTC
  • Revision ID: netbit73@gmail.com-20210414135424-8x3fxf716zs4wflb
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if test $# = 0; then
 
2
    exec "$THIS_SH" "$0" 'param_glob.t*'
 
3
    echo NOT SHOWN
 
4
    exit
 
5
fi
 
6
echo $*
 
7
echo $@
 
8
echo "$*"
 
9
echo "$@"