From 50bd8586a002fead96a04e01aa090febe33f519a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 12 Jun 1997 07:35:40 +0000 Subject: YAMF22 --- release/sysinstall/dispatch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'release/sysinstall/dispatch.c') diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 4776dadac5f5..a23b89bdd48c 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.13 1997/05/22 00:17:06 jkh Exp $ + * $Id: dispatch.c,v 1.14 1997/06/05 09:47:56 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -144,6 +144,8 @@ dispatchCommand(char *str) /* If it's got a `=' sign in there, assume it's a variable setting */ if (index(str, '=')) { + if (isDebug()) + msgDebug("dispatch: setting variable `%s'\n", str); variable_set(str); i = DITEM_SUCCESS; } @@ -151,6 +153,8 @@ dispatchCommand(char *str) /* A command might be a pathname if it's encoded in argv[0], which we also support */ if ((cp = rindex(str, '/')) != NULL) str = cp + 1; + if (isDebug()) + msgDebug("dispatch: calling resword `%s'\n", str); if (!call_possible_resword(str, NULL, &i)) { msgNotify("Warning: No such command ``%s''", str); i = DITEM_FAILURE; -- cgit v1.3