aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-01-03 23:44:26 -0500
committerJack Nagel2015-01-03 23:44:26 -0500
commitdff5afe8740d6d05f9cde942c225d316052a9ee8 (patch)
treeaf642dc0f6d6a4891f9141ec56b5605ab21e1b65
parent76dadab98291e127ea657df7fedd14f23204d354 (diff)
downloadhomebrew-dff5afe8740d6d05f9cde942c225d316052a9ee8.tar.bz2
Remove unnecessary encoding comments
These files do not contain any non-ASCII characters.
-rw-r--r--Library/Homebrew/extend/ENV/std.rb1
-rw-r--r--Library/Homebrew/formula_installer.rb2
-rwxr-xr-xLibrary/brew.rb1
3 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb
index adbda0804..bea13c173 100644
--- a/Library/Homebrew/extend/ENV/std.rb
+++ b/Library/Homebrew/extend/ENV/std.rb
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
require 'hardware'
require 'os/mac'
require 'extend/ENV/shared'
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index b37b65fe6..fb025f0cc 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -1,5 +1,3 @@
-# encoding: UTF-8
-
require 'cxxstdlib'
require 'exceptions'
require 'formula'
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