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:
parent
1047c5703f
commit
945b473250
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ esac
|
|||
#
|
||||
# START PATCH
|
||||
#
|
||||
cd "${BOXDIR}/${WORKDIR}/empserver" || err "Could not cd to ${BOXDIR}/${WORKDIR}/empserver"
|
||||
case "${NIGHTLY_SKIP_STEP}"
|
||||
in
|
||||
*PATCH*) ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue