summaryrefslogtreecommitdiffstats
path: root/tests/histexp7.sub
blob: 8822205ef9e6772be82d736c23022c2c35a6415d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# make sure history expansion doesn't take place while parsing command
# substitutions

set -o history
set -o histexpand
echo a

echo $( cat <<EOF
echo !!
EOF
)

echo --between--

cat <( cat <<'EOF'
echo !!
EOF
)