X-Git-Url: http://git.code-monkey.de/?p=redact.git;a=blobdiff_plain;f=lib%2Fredact%2Fapp.rb;h=b706acc4abed2d3b804b84a79e5afd500c540d6a;hp=7c5f39ee69334d8c2533712c142c95e7e32f1353;hb=46be2501a5b9c1b0e2a5d243beb59d96aeb0f870;hpb=2b2cd361e8f12e21896cd041f9159743d3c27110 diff --git a/lib/redact/app.rb b/lib/redact/app.rb index 7c5f39e..b706acc 100644 --- a/lib/redact/app.rb +++ b/lib/redact/app.rb @@ -1,5 +1,5 @@ #-- -# $Id: app.rb 3 2005-03-26 19:21:15Z tilman $ +# $Id: app.rb 4 2005-03-26 19:26:56Z tilman $ # # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # @@ -140,7 +140,7 @@ EOT "-i #{incl}/include " + "-o #{tf_out.path} #{tf_in.path}" unless system(c) - fail("Cannot compile Embryo code") + raise("Cannot compile Embryo code") end ret[col.id] = tf_out.read