[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.6-10-gbbc8975

Francesco Poli (wintermute) invernomuto at paranoici.org
Sun May 13 21:07:13 UTC 2012


The following commit has been merged in the master branch:
commit 8a1514c149013d2f4aad12aae71e7aa3caac386c
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat May 12 17:45:58 2012 +0200

    non-interactive failure mode, to be precise

diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index d77b8c8..f139f80 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -178,7 +178,7 @@ class AppConfig
       test_tty = File.open("/dev/tty")
       test_tty.close if test_tty
     rescue
-      $stderr.puts _("W: cannot open /dev/tty: running inside su -c \"command\"? switching to non-interactive mode, please see README.Debian.")
+      $stderr.puts _("W: cannot open /dev/tty: running inside su -c \"command\"? switching to non-interactive failure mode, please see README.Debian.")
       @quiet = true
       @yes = false if @yes.nil?
     end

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list