mirror of
https://github.com/mirror/make.git
synced 2025-01-19 16:50:19 +08:00
Formerly variable.c.~20~
This commit is contained in:
parent
bfe005e8a0
commit
722018bdbe
@ -362,7 +362,7 @@ define_automatic_variables ()
|
|||||||
{
|
{
|
||||||
free (v->value);
|
free (v->value);
|
||||||
v->origin = o_file;
|
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. */
|
/* Make sure MAKEFILES gets exported if it is set. */
|
||||||
|
Loading…
Reference in New Issue
Block a user