From: Pavel Rochnyack Date: Wed, 29 Aug 2018 14:23:28 +0000 (+0700) Subject: Fix Solaris builds X-Git-Tag: collectd-5.9.0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336d7eef5a135e00ae9af14290d2506646636b88;p=thirdparty%2Fcollectd.git Fix Solaris builds Trying to fix error: ./build.sh: syntax error at line 78: `TOP_SRCDIR=$' unexpected --- diff --git a/build.sh b/build.sh index a1a676981..c0ccce3a5 100755 --- a/build.sh +++ b/build.sh @@ -75,7 +75,7 @@ build_cygwin() : ${DATADIR:="${INSTALL_DIR}"} echo "Installing collectd to ${INSTALL_DIR}." - TOP_SRCDIR=$(pwd) + TOP_SRCDIR="$(pwd)" MINGW_ROOT="$(x86_64-w64-mingw32-gcc -print-sysroot)/mingw" export GNULIB_DIR="${TOP_SRCDIR}/gnulib/build/gllib"