commit:     0420c776374c7b7bcc44533792de0ca977787819
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Feb 23 23:54:13 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 23:55:20 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=0420c776

Properly shut up encoding errors

---
 ag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ag b/ag
index 6574dca..c5056ff 100755
--- a/ag
+++ b/ag
@@ -2,7 +2,7 @@
 # Ag -- archiving all the 'golden' flamewars on -dev
 # Alex Legler <a...@gentoo.org>
 
-VERBOSE=nil
+$VERBOSE=nil
 
 require 'bundler/setup'
 require 'mail'

Reply via email to