Now return the shell return

This commit is contained in:
savalet
2025-02-12 17:30:03 +01:00
parent 699286ee76
commit 1fed88555a

View File

@@ -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);
}