Update stack

This commit is contained in:
Joshua Harlow 2012-02-14 23:41:36 -08:00
parent 96138eb766
commit e6a46c782a

5
stack
View File

@ -52,9 +52,10 @@ def main():
print(msg)
return 1
#drop to usermode
sh.user_mode(False)
try:
#drop to usermode
sh.user_mode(False)
# now let's go
started_ok = actions.run(args)
if not started_ok: