mirror of https://gitee.com/bigwinds/arangodb
export it for the subshell
This commit is contained in:
parent
e7be3e5a1d
commit
5945e575be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue