1
0
Fork 0

export it for the subshell

This commit is contained in:
Wilfried Goesgens 2016-12-08 18:43:47 +01:00
parent e7be3e5a1d
commit 5945e575be
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ if test -n "${ENTERPRISE_GIT_URL}" ; then
GITARGS=devel
fi
echo "I'm on Branch: ${GITARGS}"
FINAL_PULL="git pull"
export FINAL_PULL="git pull"
fi
# clean up if we're commanded to:
if test -d enterprise -a ${CLEAN_IT} -eq 1; then