mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 10:20:49 +02:00
commit bash-20200316 snapshot
This commit is contained in:
@@ -107,3 +107,7 @@ shopt -p xyz1
|
||||
shopt -o -p xyz1
|
||||
|
||||
${THIS_SH} ./shopt1.sub
|
||||
|
||||
# test whether or not temporary variable assignments that manipulate posix
|
||||
# mode restore the previous state or the default non-posix state
|
||||
${THIS_SH} -c 'shopt -s expand_aliases ; shopt expand_aliases ; POSIXLY_CORRECT=y true ; shopt expand_aliases'
|
||||
|
||||
Reference in New Issue
Block a user