summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmeson2tap5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson2tap b/meson2tap
index 9f72610..e0ab6b2 100755
--- a/meson2tap
+++ b/meson2tap
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+# 2018 Luke Shumaker
+
require 'yaml'
def indent(para, depth)
@@ -7,7 +9,8 @@ def indent(para, depth)
end
def bail(reason)
- abort("Bail out! #{reason}")
+ puts "Bail out! #{reason}"
+ exit
end
puts "TAP version 13"