diff options
| author | Jack Nagel | 2013-03-02 17:42:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-03-02 17:43:58 -0600 |
| commit | 7b23870b982f0169c768a6b954eb99ec5eece68b (patch) | |
| tree | 69befb7689e88acc1346efcb60e3a8447f815a2b /Library | |
| parent | 00ef4b7fcb2a3b708c77483439b8ed3b027375c3 (diff) | |
| download | brew-7b23870b982f0169c768a6b954eb99ec5eece68b.tar.bz2 | |
Normalize magic encoding comments
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 | ||||
| -rwxr-xr-x | Library/brew.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 6eddb2ff9..8cd47e6d2 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# encoding: UTF-8 require 'exceptions' require 'formula' 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 |
