Formerly main.c.~72~
authorRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:28:33 +0000 (19:28 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:28:33 +0000 (19:28 +0000)
main.c

diff --git a/main.c b/main.c
index 8201724..2c3a107 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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