blob: 172af1ddae5a5b4655a33adbdcc351fb4880c293 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Index: hunspell/hunspell-1.1.12.patch
===================================================================
RCS file: /cvs/external/hunspell/hunspell-1.1.12.patch,v
retrieving revision 1.11
diff -u -r1.11 hunspell-1.1.12.patch
--- hunspell/hunspell-1.1.12.patch 18 Jun 2008 10:07:23 -0000 1.11
+++ hunspell/hunspell-1.1.12.patch 2 Jul 2008 20:13:47 -0000
@@ -450,3 +450,10 @@
i68568utf.test \
1706659.test \
digits_in_words.test \
+--- misc/hunspell-1.1.12/tests/test.sh 2007-07-15 22:33:13.000000000 +0900
++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-07-01 06:18:31.000000000 +0900
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/usr/local/bin/bash
+ export LC_ALL="C"
+
|