From 7b23870b982f0169c768a6b954eb99ec5eece68b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 2 Mar 2013 17:42:21 -0600 Subject: Normalize magic encoding comments --- Library/Homebrew/formula_installer.rb | 2 +- Library/brew.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3