mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
# make sure aliases containing new-style single quotes are expanded correctly
|
|
|
|
shopt -s expand_aliases
|
|
alias foo=$'echo foo\n\nquux\n'
|
|
|
|
foo
|