mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20111216 snapshot
This commit is contained in:
+1
-1
@@ -793,7 +793,7 @@ make_function_def (name, command, lineno, lstart)
|
||||
bind_function_def (name->word, temp);
|
||||
#endif
|
||||
|
||||
temp->source_file = 0;
|
||||
temp->source_file = temp->source_file ? savestring (temp->source_file) : 0;
|
||||
return (make_command (cm_function_def, (SIMPLE_COM *)temp));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user