diff options
| author | Jack Nagel | 2015-01-03 23:44:26 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-03 23:44:26 -0500 | 
| commit | dff5afe8740d6d05f9cde942c225d316052a9ee8 (patch) | |
| tree | af642dc0f6d6a4891f9141ec56b5605ab21e1b65 /Library/brew.rb | |
| parent | 76dadab98291e127ea657df7fedd14f23204d354 (diff) | |
| download | homebrew-dff5afe8740d6d05f9cde942c225d316052a9ee8.tar.bz2 | |
Remove unnecessary encoding comments
These files do not contain any non-ASCII characters.
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index 422fd2c7b..843853335 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -1,5 +1,4 @@  #!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0 -# encoding: UTF-8  std_trap = trap("INT") { exit! 130 } # no backtrace thanks | 
