blob: dd4b2f2ea7c3d58a98d1cf79df059d5b6205cbc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- hunspell/hunspell-1.2.8.patch~ 2009-02-21 08:52:35.000000000 +0900
+++ hunspell/hunspell-1.2.8.patch 2009-03-05 09:30:33.000000000 +0900
@@ -619,3 +619,11 @@
p++;
}
if (i > 0 && buf[i - 1] == '\n') {
+--- misc/hunspell-1.2.8/tests/test.sh 2007-07-15 22:33:13.000000000 +0900
++++ misc/build/hunspell-1.2.8/tests/test.sh 2008-08-10 10:00:33.000000000 +0900
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/usr/bin/env bash
+ export LC_ALL="C"
+
+ function check_valgrind_log () {
|