aboutsummaryrefslogtreecommitdiff
path: root/ag
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-23 21:57:45 +0100
committerAlex Legler <alex@a3li.li>2015-02-23 21:57:45 +0100
commit273cd900db7c24be76a0f1cee96a522b145c7908 (patch)
tree5dd771ce99964533c29374e4fdd0a201d6d404ec /ag
parentMore robust header parsing (again hopefully) (diff)
downloadbackend-273cd900db7c24be76a0f1cee96a522b145c7908.tar.gz
backend-273cd900db7c24be76a0f1cee96a522b145c7908.tar.bz2
backend-273cd900db7c24be76a0f1cee96a522b145c7908.zip
Silence encoding warnings
Diffstat (limited to 'ag')
-rwxr-xr-xag2
1 files changed, 1 insertions, 1 deletions
diff --git a/ag b/ag
index 083b9ee..73c189b 100755
--- a/ag
+++ b/ag
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/env ruby -W0
# Ag -- archiving all the 'golden' flamewars on -dev
# Alex Legler <a3li@gentoo.org>