Skip to content

Commit

Permalink
command_line does not return something that is usable as an exit value.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 14, 2009
1 parent d5e5a68 commit a5e894d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Partcl.pir
Expand Up @@ -41,7 +41,6 @@
.lex '%LEXPAD', lexpad

$P0 = compreg 'Partcl'
# Cannot tailcall here. (TT #1029)
$I1 = $P0.'command_line'(args)
exit $I1
$P0.'command_line'(args)
exit 0
.end

0 comments on commit a5e894d

Please sign in to comment.