init version.
[bush.git] / tests.bak / histexp7.sub
blob8822205ef9e6772be82d736c23022c2c35a6415d
1 # make sure history expansion doesn't take place while parsing command
2 # substitutions
4 set -o history
5 set -o histexpand
6 echo a
8 echo $( cat <<EOF
9 echo !!
10 EOF
13 echo --between--
15 cat <( cat <<'EOF'
16 echo !!
17 EOF