mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
$NetBSD: patch-ah,v 1.1.1.1 2010/09/12 01:43:31 taca Exp $
|
|
|
|
Fix script encoding.
|
|
|
|
--- test/test_jisz8102.rb.orig 2010-09-03 08:05:33.000000000 +0000
|
|
+++ test/test_jisz8102.rb
|
|
@@ -1,4 +1,4 @@
|
|
-# -*- encoding: utf8 -*-
|
|
+# -*- encoding: utf-8 -*-
|
|
|
|
require File.dirname(__FILE__) + '/helper.rb'
|
|
|