continuous-build.sh: fix working directory

This commit is contained in:
Giacomo Tesio 2015-12-23 10:44:48 +00:00
parent ed8629197f
commit 93c44d0a8e
1 changed files with 3 additions and 1 deletions

View File

@ -3,13 +3,15 @@ set -e
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
cd `dirname $0`
cd ..
export JEHANNE=`pwd`
export PATH="$JEHANNE/hacking/bin:$PATH"
export SH=`which rc`
export ARCH=amd64
git clean -x -d -f
if [ ! -f "$JEHANNE/hacking/bin/ufs" ]; then
./hacking/buildtools.sh
echo "Cannot find build tools in $JEHANNE/hacking/bin"
$JEHANNE/hacking/buildtools.sh
fi
echo