Formerly variable.c.~20~

This commit is contained in:
Roland McGrath 1993-03-24 19:27:11 +00:00
parent bfe005e8a0
commit 722018bdbe

View file

@ -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. */