1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-17 16:57:39 +00:00

transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-21 17:22:59 -05:00
parent e6ed08315e
commit 8451c94abe
7 changed files with 48 additions and 196 deletions

View File

@@ -328,7 +328,7 @@ function shell.openTab( ... )
elseif sPath ~= nil then
return _ENV.multishell.launch(Util.shallowCopy(sandboxEnv), "sys/apps/shell", sCommand, table.unpack(tWords, 2))
else
_G.printError( "No such program" )
return false, "No such program"
end
end
end