mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +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);
|
||||
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…
Reference in New Issue
Block a user