mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
commit bash-20111028 snapshot
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ indirection_level_string ()
|
||||
|
||||
old = change_flag ('x', FLAG_OFF);
|
||||
ps4 = decode_prompt_string (ps4);
|
||||
if (old == FLAG_ON)
|
||||
if (old)
|
||||
change_flag ('x', FLAG_ON);
|
||||
|
||||
if (ps4 == 0 || *ps4 == '\0')
|
||||
|
||||
Reference in New Issue
Block a user