summaryrefslogtreecommitdiffstats
path: root/tests/posixexp8.sub
blob: 383851c46fc6ca72210d10adc1632c4fb3867731 (plain)
1
2
3
4
5
6
7
8
9
10
11
P=A

cat << EOF
${P+\"$P\"}
${P+"$P"}
EOF

recho "${P+\"$P\"}"

recho "${P+"$P"}"
recho ${P+"$P"}