Add missing cd to patch step for nightlybuild.sh

If the patch step is ran without the preceeding step, the cwd
is incorrect.
This commit is contained in:
Ron Koenderink 2008-09-26 17:33:11 -06:00 committed by Markus Armbruster
parent 1047c5703f
commit 945b473250

View file

@ -136,6 +136,7 @@ esac
# #
# START PATCH # START PATCH
# #
cd "${BOXDIR}/${WORKDIR}/empserver" || err "Could not cd to ${BOXDIR}/${WORKDIR}/empserver"
case "${NIGHTLY_SKIP_STEP}" case "${NIGHTLY_SKIP_STEP}"
in in
*PATCH*) ;; *PATCH*) ;;