ff71fa8f93
Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. Note that this is not to be considered as an aspell replacement just yet. We install no hunspell dictionnaries for now but use the ones from mozilla. Reworked from an original port by Edd Barrett (maintainer). Tested by sthen@ in a bulk, thanks! ok sthen@
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
$OpenBSD: patch-tests_test_sh,v 1.1.1.1 2009/06/13 07:48:53 ajacoutot Exp $
|
|
--- tests/test.sh.orig Fri Jun 5 17:37:50 2009
|
|
+++ tests/test.sh Fri Jun 5 17:37:58 2009
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!${LOCALBASE}/bin/bash
|
|
export LC_ALL="C"
|
|
|
|
function check_valgrind_log () {
|