Normalize magic encoding comments
This commit is contained in:
parent
00ef4b7fcb
commit
7b23870b98
@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# encoding: UTF-8
|
||||||
|
|
||||||
require 'exceptions'
|
require 'exceptions'
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
|
#!/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
|
std_trap = trap("INT") { exit! 130 } # no backtrace thanks
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user