mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 05:00:50 +02:00
a select command invalid selection variable name is now a fatal error in posix mode; many test suite additions
This commit is contained in:
@@ -133,6 +133,13 @@ echo ${foo:-'string \'}
|
||||
echo "${foo:-string \\}"
|
||||
echo ${foo:-string \\\}}
|
||||
|
||||
: ${TMPDIR:=/tmp}
|
||||
|
||||
${THIS_SH} -c 'echo escape\'
|
||||
printf 'echo escape\' > $TMPDIR/quote-$$
|
||||
${THIS_SH} $TMPDIR/quote-$$
|
||||
rm -f $TMPDIR/quote-$$
|
||||
|
||||
${THIS_SH} ./quote1.sub
|
||||
${THIS_SH} ./quote2.sub
|
||||
${THIS_SH} ./quote3.sub
|
||||
|
||||
Reference in New Issue
Block a user