Update.
[pspp-builds.git] / src / command.c
index dff2ff4732d7a2e5792856188a0f162225907a63..cd2b2038163b41f85d67394d35ed01fa54cefd1e 100644 (file)
@@ -771,11 +771,11 @@ cmd_host (void)
   /* Make sure that the system has a command interpreter, then run a
      command. */
   if (system (NULL) != 0)
-    success = run_command ();
+    code = run_command ();
   else
     {
       msg (SE, _("No operating system support for this command."));
-      success = CMD_FAILURE;
+      code = CMD_FAILURE;
     }
 #endif /* !unix */