diff options
| author | Jack Nagel | 2013-03-02 17:42:21 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-02 17:43:58 -0600 | 
| commit | 360fca45d0fcc35198c12dc445849c29b929f139 (patch) | |
| tree | 50bed76ef4ee2e1824078aa669b4c6c511e91df1 /Library/brew.rb | |
| parent | f603a559371e14aeffcf8477d63475d3a8565588 (diff) | |
| download | homebrew-360fca45d0fcc35198c12dc445849c29b929f139.tar.bz2 | |
Normalize magic encoding comments
Diffstat (limited to 'Library/brew.rb')
| -rwxr-xr-x | Library/brew.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/brew.rb b/Library/brew.rb index e532ca829..b6ebf9145 100755 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -1,5 +1,5 @@  #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 -# -*- coding: utf-8 -*- +# encoding: UTF-8  std_trap = trap("INT") { exit! 130 } # no backtrace thanks | 
