[Libreoffice-commits] core.git: configure.ac

Andre Fischer af at apache.org
Thu May 2 05:23:22 PDT 2013


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

New commits:
commit f04463012e630f439dd0004120c6717b90c52a54
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 29 06:18:01 2012 +0000

    Fixed typo (missing $) in configure.ac
    
    (cherry picked from commit e755623a1d2cb24fc8c339eb0c0888c42d6c0ba7)
    
    Conflicts:
    	configure.in
    
    Change-Id: I2a7a9ab83ac29c0306366303374e93ab08cd10ce

diff --git a/configure.ac b/configure.ac
index 0f19e1b..25fc5cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6900,7 +6900,7 @@ if test "$enable_epm" = "yes"; then
             AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.])
         fi
     fi
-    if echo "PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then
+    if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then
         if test "$_os" = "Darwin"; then
             AC_MSG_CHECKING([for PackageMaker availability])
             if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then


More information about the Libreoffice-commits mailing list