diff options
author | Alex Legler <alex@a3li.li> | 2015-02-23 21:57:45 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-02-23 21:57:45 +0100 |
commit | 273cd900db7c24be76a0f1cee96a522b145c7908 (patch) | |
tree | 5dd771ce99964533c29374e4fdd0a201d6d404ec /ag | |
parent | More robust header parsing (again hopefully) (diff) | |
download | backend-273cd900db7c24be76a0f1cee96a522b145c7908.tar.gz backend-273cd900db7c24be76a0f1cee96a522b145c7908.tar.bz2 backend-273cd900db7c24be76a0f1cee96a522b145c7908.zip |
Silence encoding warnings
Diffstat (limited to 'ag')
-rwxr-xr-x | ag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |