mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 12:50:49 +02:00
unconditionally define PGRP_PIPE; fix wait in funsubs; fix REPLY as nameref in varsub; fix crash with parse errors in compound assignments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
bash: -c: line 1: unexpected EOF while looking for matching `)'
|
||||
AAA
|
||||
bash5: line 1: `invalid-name': not a valid identifier
|
||||
in
|
||||
|
||||
@@ -7,6 +7,9 @@ case x in x) if ((1)); then :; fi esac
|
||||
case x in x) if ((true ) ); then :; fi ;; esac
|
||||
case x in x) if ((true ) ); then :; fi esac
|
||||
|
||||
# problem with bash-5.2
|
||||
${THIS_SH} -c '((X=([))]' bash
|
||||
|
||||
# this has to be in a separate file to get desired EOF behavior
|
||||
${THIS_SH} ./parser1.sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user