about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/dtas-console3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dtas-console b/bin/dtas-console
index 7a7ed6c..e02dda4 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -18,6 +18,9 @@ rescue LoadError
   abort "please install the 'curses' RubyGem to use #$0"
 end
 
+# workaround https://bugs.debian.org/958973
+$VERBOSE = nil if RUBY_VERSION.to_f < 3.0
+
 tsec = false
 se = DTAS::Sigevent.new
 trap(:WINCH) { se.signal }