X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FCLIShell_src%2Fmain.c;h=8cea364895ee0b68101e38b3ad4601c0e751b37f;hb=5393d8b418bbfe48509ef3f40070175bca9bf71a;hp=8088a2142b3e1ea8337e5649cbda9481d80e4a5c;hpb=d676fcc8adbfd1150c20b18b747853bc53ea432e;p=tpg%2Facess2.git diff --git a/Usermode/Applications/CLIShell_src/main.c b/Usermode/Applications/CLIShell_src/main.c index 8088a214..8cea3648 100644 --- a/Usermode/Applications/CLIShell_src/main.c +++ b/Usermode/Applications/CLIShell_src/main.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[], char **envp) gasEnvironment = envp; - Command_Clear(0, NULL); +// Command_Clear(0, NULL); { char *tmp = getenv("CWD");