aboutsummaryrefslogtreecommitdiff
path: root/ag
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-24 00:54:13 +0100
committerAlex Legler <alex@a3li.li>2015-02-24 00:55:20 +0100
commit0420c776374c7b7bcc44533792de0ca977787819 (patch)
tree29208757c055c6a09ebab6471be1b5c1310e7ffe /ag
parentEnsure job count is an integer. (diff)
downloadbackend-0420c776374c7b7bcc44533792de0ca977787819.tar.gz
backend-0420c776374c7b7bcc44533792de0ca977787819.tar.bz2
backend-0420c776374c7b7bcc44533792de0ca977787819.zip
Properly shut up encoding errors
Diffstat (limited to 'ag')
-rwxr-xr-xag2
1 files changed, 1 insertions, 1 deletions
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 <a3li@gentoo.org>
-VERBOSE=nil
+$VERBOSE=nil
require 'bundler/setup'
require 'mail'