diff --git a/shell.py b/shell.py index a498529..b60febc 100644 --- a/shell.py +++ b/shell.py @@ -8,7 +8,7 @@ RAM = psutil.virtual_memory() CPU = platform.processor() OS = platform.system() HOST = socket.gethostname() -VER = "PCLISH v0.0.6a" +VER = "PCLISH v0.0.6a-hotfix1a" PROMPT = "shell@localhost$ " @@ -101,7 +101,7 @@ def main(): inp = input(PROMPT) if inp == "exit": break - elif inp[] == "cd ": + elif inp == "cd ": pclish_cd(inp[3:]) elif inp == "help": pclish_help()