mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-12-15 00:01:19 -05:00
Formerly variable.c.~20~
This commit is contained in:
parent
bfe005e8a0
commit
722018bdbe
@ -362,7 +362,7 @@ define_automatic_variables ()
|
||||
{
|
||||
free (v->value);
|
||||
v->origin = o_file;
|
||||
v->value = savestring (default_shell, 7);
|
||||
v->value = savestring (default_shell, strlen (default_shell));
|
||||
}
|
||||
|
||||
/* Make sure MAKEFILES gets exported if it is set. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user