Browse Source

mad should never halt

Namdak Tonpa 10 years ago
parent
commit
0380508ef6
2 changed files with 1 additions and 1 deletions
  1. BIN
      mad
  2. 1 1
      src/mad.erl

BIN
mad


+ 1 - 1
src/mad.erl

@@ -111,4 +111,4 @@ help() ->
     io:format("              clean | start | stop | attach | repl ~n"),
     return(0).
 
-return(X) -> case is_tuple(catch escript:script_name()) of true -> X; _ -> halt(X) end.
+return(X) -> X.