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

New commits:
commit ee7f6aaa95c39ce062cc6c2aff6416442f5ebd90
Author: Matúš Kukan <matus.ku...@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
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to