From: Roland McGrath Date: Wed, 24 Mar 1993 19:27:11 +0000 (+0000) Subject: Formerly variable.c.~20~ X-Git-Tag: 3.70.2~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=722018bdbe63e4ed0c754ea82305df446a6508b5;p=thirdparty%2Fmake.git Formerly variable.c.~20~ --- diff --git a/variable.c b/variable.c index ab29f021..5a2c8610 100644 --- a/variable.c +++ b/variable.c @@ -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. */