From: Mark Wooding Date: Mon, 1 Apr 2013 15:25:29 +0000 (+0100) Subject: algol68-fringe.a68: Empty row displays are apparently not allowed. X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/commitdiff_plain/b4ccf28fdae8b63e4c2abc154e8bba1ec8ace6ab algol68-fringe.a68: Empty row displays are apparently not allowed. So supply a useless thing. --- diff --git a/algol68-fringe.a68 b/algol68-fringe.a68 index 38be75a..b04ee27 100644 --- a/algol68-fringe.a68 +++ b/algol68-fringe.a68 @@ -22,7 +22,7 @@ PROC fail = ([] CHAR message) VOID: ### Mournfully announce an error and quit. # BEGIN put(stand error, (program name, ": ", message, new line)); - execve("/bin/false", "false", ()) # Can this be any worse? # + execve("/bin/false", "false", "die=now") # Can this be any worse? # END; ###--------------------------------------------------------------------------