mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
fix crash with unset arrays in arithmetic constructs ; change to avoid printing foreground job statuses when we don't want to
This commit is contained in:
@@ -76,3 +76,6 @@ for k in ']' '*' '@'; do
|
||||
declare "A[$k]=X"
|
||||
done
|
||||
declare -p A
|
||||
|
||||
# empty arrays in arith contexts
|
||||
(( y[$none] ))
|
||||
|
||||
Reference in New Issue
Block a user