fix builddir
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18497 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -135,7 +135,7 @@ unpack=yes
|
|||||||
# Limit cpu seconds this all can take
|
# Limit cpu seconds this all can take
|
||||||
ulimit -t "$cputimelimit" > /dev/null 2>&1
|
ulimit -t "$cputimelimit" > /dev/null 2>&1
|
||||||
|
|
||||||
if [ "X${builddir}" = X ]; then
|
if [ "X${builddir}" != X ]; then
|
||||||
echo "Changing build dir to ${builddir}"
|
echo "Changing build dir to ${builddir}"
|
||||||
cd "${builddir}"
|
cd "${builddir}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user