mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
Now return the shell return
This commit is contained in:
@@ -12,5 +12,5 @@ int main(int ac __attribute__((unused)), char **av __attribute__((unused)),
|
||||
char **env)
|
||||
{
|
||||
U_DEBUG_MSG("Debug mode activated.");
|
||||
shell(env);
|
||||
return shell(env);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user