continuous-build.sh: do not export SH

This commit is contained in:
Giacomo Tesio 2016-11-26 12:12:01 +01:00
parent f235e22c17
commit b97d32b073
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
export JEHANNE=`pwd`
export PATH="$JEHANNE/hacking/bin:$PATH"
export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH"
export SH=`which rc`
export ARCH=amd64
git clean -xdf .
if [ ! -f "$JEHANNE/hacking/bin/ufs" ]; then