]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/exp4.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / exp4.sub
CommitLineData
495aee44
CR
1f=" val" e=
2echo "$e"$f
3echo $e$f
4echo "$e""$f"
5
6if [[ "$1"x == x ]] ; then
7 echo "no arg passed"
8 exit 1
9fi
10echo "$1"x | cat -v