Formerly main.c.~72~

This commit is contained in:
Roland McGrath 1993-02-21 19:28:33 +00:00
parent 17bc902648
commit ed70d6422c

3
main.c
View file

@ -502,7 +502,8 @@ main (argc, argv, envp)
continue;
/* Try a variable definition. */
if (try_variable_definition (other_args->list[i], o_command))
if (try_variable_definition ((char *) 0, 0,
other_args->list[i], o_command))
{
/* It succeeded. The variable is already defined.
Backslash-quotify it and append it to CMD_DEFS, then clobber it