Updated the CLI Shell to use the new path, adding login to git
[tpg/acess2.git] / Usermode / Applications / CLIShell_src / main.c
index 4fe8a4a..dbe18c5 100644 (file)
@@ -28,7 +28,7 @@ struct        {
        {"colour", Command_Colour}, {"clear", Command_Clear},\r
        {"cd", Command_Cd}, {"dir", Command_Dir}\r
 };\r
-static char    *cDEFAULT_PATH[] = {"/Acess"};\r
+static char    *cDEFAULT_PATH[] = {"/Acess/Bin"};\r
 #define        BUILTIN_COUNT   (sizeof(cBUILTINS)/sizeof(cBUILTINS[0]))\r
 \r
 // ==== LOCAL VARIABLES ====\r

UCC git Repository :: git.ucc.asn.au