summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-18 14:19:11 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-18 14:19:11 -0400
commitd1ae89aaf9539f044a2152d79a5719d7c21561f8 (patch)
treecdb9c53a67969f34619497558ed745cdb0c2b54b
parentd2178c7b1668f572b9a016e52255eb4569682829 (diff)
fixup meson2tap
-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"