[Libreoffice-commits] .: hyphen/hyphen-2.4.patch

Robert Nagy rnagy at kemper.freedesktop.org
Fri Nov 5 04:30:41 PDT 2010


 hyphen/hyphen-2.4.patch |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 38d86875f39f346ccd2d39d82891660d46d50e5b
Author: Robert Nagy <robert at openbsd.org>
Date:   Fri Nov 5 12:30:11 2010 +0100

    use '#!/usr/bin/env bash' for the tests

diff --git a/hyphen/hyphen-2.4.patch b/hyphen/hyphen-2.4.patch
index 33947f5..50c859b 100644
--- a/hyphen/hyphen-2.4.patch
+++ b/hyphen/hyphen-2.4.patch
@@ -166,4 +166,11 @@ diff -u misc/hyphen-2.4/makefile.mk misc/build/hyphen-2.4/makefile.mk
 +ALL: ALLTAR
 +
 +.INCLUDE : target.mk
-Common subdirectories: misc/hyphen-2.4/tests and misc/build/hyphen-2.4/tests
+--- misc/hyphen-2.4/tests/test.sh	Wed Apr 30 14:12:33 2008
++++ misc/build/hyphen-2.4/tests/test.sh	Fri Nov  5 09:05:16 2010
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/usr/bin/env bash
+ 
+ function check_valgrind_log () {
+ if [ "$VALGRIND" != "" ]; then


More information about the Libreoffice-commits mailing list