diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index acb49cb5d..b072976b8 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -135,7 +135,7 @@ unpack=yes # Limit cpu seconds this all can take ulimit -t "$cputimelimit" > /dev/null 2>&1 -if [ "X${builddir}" = X ]; then +if [ "X${builddir}" != X ]; then echo "Changing build dir to ${builddir}" cd "${builddir}" fi