diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-11-27 01:02:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-11-27 01:02:47 +0000 |
commit | 97ec0bfa74edcb7c7465026cf48fd43824102e2a (patch) | |
tree | 37950eb76bb71686a1dbd4dd5d8eaf41457d13ee /editors/openoffice.org-3-RC | |
parent | edf3e95718e305729f000f274d306d3394f7b853 (diff) | |
download | ports-97ec0bfa74edcb7c7465026cf48fd43824102e2a.tar.gz ports-97ec0bfa74edcb7c7465026cf48fd43824102e2a.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i91318 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i91318 b/editors/openoffice.org-3-RC/files/patch-i91318 index a038fc180ff5..d04fef781b9c 100644 --- a/editors/openoffice.org-3-RC/files/patch-i91318 +++ b/editors/openoffice.org-3-RC/files/patch-i91318 @@ -13,7 +13,7 @@ diff -u -r1.12 hunspell-1.1.12.patch ++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-08-10 10:00:33.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash -++#!/usr/local/bin/bash +++#!/usr/bin/env bash + export LC_ALL="C" + + function check_valgrind_log () { |