2013-09-26 17:14:40 +02:00

13 lines
304 B
Plaintext

$NetBSD: patch-ae,v 1.1.1.1 2010/09/12 01:43:31 taca Exp $
Fix script encoding.
--- test/test_color_name.rb.orig 2010-09-03 08:05:33.000000000 +0000
+++ test/test_color_name.rb
@@ -1,4 +1,4 @@
-# -*- encoding: utf8 -*-
+# -*- encoding: utf-8 -*-
require File.dirname(__FILE__) + '/helper.rb'