mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Formerly variable.c.~20~
This commit is contained in:
parent
bfe005e8a0
commit
722018bdbe
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue