Just fixin' them bugs as fast as they pop up.

Also add instrumentation for adding packages from scripts.
This commit is contained in:
Jordan K. Hubbard 1995-10-22 12:04:12 +00:00
parent cfe7e224b8
commit d6df5fd25f

View file

@ -98,6 +98,8 @@ static struct _word {
{ "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity },
{ "mediaGetType", mediaGetType },
{ "packageAdd", package_add },
{ "system", (int (*)(char *))system },
{ "systemInteractive", systemExecute },
{ "tcpInstallDevice", tcpInstallDevice },
{ NULL, NULL },
};