bug fix - INSTALL_DIR was not getting propagated to child script

This commit is contained in:
Ray Tanaka
2018-11-02 15:39:13 -07:00
parent aefdb082d0
commit fd7be5871b

View File

@@ -2,8 +2,8 @@
REPO=${REPO:-cimryan} REPO=${REPO:-cimryan}
BRANCH=${BRANCH:-master} BRANCH=${BRANCH:-master}
INSTALL_DIR=${INSTALL_DIR:-/root/bin}
export INSTALL_DIR=${INSTALL_DIR:-/root/bin}
function check_variable () { function check_variable () {
local var_name="$1" local var_name="$1"