diff --git a/shell/CommandList.cs b/shell/CommandList.cs index 3081a85..d9d50b9 100644 --- a/shell/CommandList.cs +++ b/shell/CommandList.cs @@ -1,4 +1,4 @@ -namespace CMLeonOS +namespace CMLeonOS.shell { public static class CommandList { diff --git a/shell/Shell.cs b/shell/Shell.cs index 3552ad1..8c034ec 100644 --- a/shell/Shell.cs +++ b/shell/Shell.cs @@ -110,7 +110,7 @@ namespace CMLeonOS private void ProcessCommand(string command, string args) { - CommandList.ProcessCommand(this, command, args); + shell.CommandList.ProcessCommand(this, command, args); } public void ProcessEcho(string args)