aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-02 17:42:21 -0600
committerJack Nagel2013-03-02 17:43:58 -0600
commit7b23870b982f0169c768a6b954eb99ec5eece68b (patch)
tree69befb7689e88acc1346efcb60e3a8447f815a2b /Library
parent00ef4b7fcb2a3b708c77483439b8ed3b027375c3 (diff)
downloadbrew-7b23870b982f0169c768a6b954eb99ec5eece68b.tar.bz2
Normalize magic encoding comments
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
-rwxr-xr-xLibrary/brew.rb2
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