mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 13:27:58 +02:00
17 lines
298 B
Plaintext
17 lines
298 B
Plaintext
*** ../bash-3.0-patched/braces.c Wed Sep 8 11:07:53 2004
|
|
--- braces.c Fri Sep 17 18:42:36 2004
|
|
***************
|
|
*** 403,407 ****
|
|
pass_next = 1;
|
|
i++;
|
|
! level++;
|
|
continue;
|
|
}
|
|
--- 403,408 ----
|
|
pass_next = 1;
|
|
i++;
|
|
! if (quoted == 0)
|
|
! level++;
|
|
continue;
|
|
}
|