diff --git a/userspace/Shell/main.cpp b/userspace/Shell/main.cpp index 087ca82f1..0dd4c5afb 100644 --- a/userspace/Shell/main.cpp +++ b/userspace/Shell/main.cpp @@ -217,6 +217,9 @@ void print_prompt() int main(int argc, char** argv) { + if (argc >= 1) + setenv("SHELL", argv[0], true); + tcgetattr(0, &old_termios); new_termios = old_termios;