[Libreoffice-commits] .: configure.in

Matus Kukan mkukan at kemper.freedesktop.org
Sun Feb 19 11:33:53 PST 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee7f6aaa95c39ce062cc6c2aff6416442f5ebd90
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Sun Feb 19 20:31:56 2012 +0100

    Add missing $

diff --git a/configure.in b/configure.in
index d9a75ca..50a9b97 100644
--- a/configure.in
+++ b/configure.in
@@ -1977,7 +1977,7 @@ pathmunge ()
         else
             new_path="$1"
         fi
-        if ! echo LO_PATH | $EGREP -q "(^|:)$1($|:)" ; then
+        if ! echo "$LO_PATH" | $EGREP -q "(^|:)$1($|:)" ; then
             if test "$2" = "after" ; then
                 LO_PATH="$LO_PATH:$new_path"
             else


More information about the Libreoffice-commits mailing list