From 35ce4da246c08d318ba0d330d6c3e20d7a727c12 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 16 2013 04:31:51 +0000 Subject: Update the centos-art.sh file. - Export the TCAR_BASEDIR variable as read-only to centos-art.sh script's execution environment. --- diff --git a/Automation/centos-art.sh b/Automation/centos-art.sh index cd68a15..44c0ee3 100755 --- a/Automation/centos-art.sh +++ b/Automation/centos-art.sh @@ -31,6 +31,7 @@ if [[ ! ${TCAR_BASEDIR} ]] || [[ -z ${TCAR_BASEDIR} ]] \ || [[ ! -d ${TCAR_BASEDIR} ]];then echo -n "Enter repository's absolute path: " read TCAR_BASEDIR + declare -xr TCAR_BASEDIR fi # Define automation scripts base directory. We need to define it here