fix builddir

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18497 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 03:47:01 +00:00
parent 4f8b903b50
commit 6dd4e8dc7d

View File

@@ -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