From 6dd4e8dc7d0decd052ede4407a4657fa20abe2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 03:47:01 +0000 Subject: [PATCH] fix builddir git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18497 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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