You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/06/29 09:18:02 UTC

svn commit: r1355249 - /incubator/ooo/trunk/main/configure.in

Author: af
Date: Fri Jun 29 07:18:01 2012
New Revision: 1355249

URL: http://svn.apache.org/viewvc?rev=1355249&view=rev
Log:
Fixed typo (missing $) in configure.in

Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1355249&r1=1355248&r2=1355249&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Fri Jun 29 07:18:01 2012
@@ -3597,7 +3597,7 @@ msi - Windows .msi
          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