mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 15:40:51 +02:00
commit bash-20170324 snapshot
This commit is contained in:
+1
-1
@@ -2874,7 +2874,7 @@ execute_for_command (for_command)
|
||||
{
|
||||
SHELL_VAR *new_value;
|
||||
|
||||
new_value = bind_variable (identifier, value_cell(old_value), 0);
|
||||
new_value = bind_variable (identifier, value_cell (old_value), 0);
|
||||
new_value->attributes = old_value->attributes;
|
||||
dispose_variable (old_value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user