From ecffa72655ad26ed785bc0f8f9b5c7277fadb054 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 26 2013 23:43:09 +0000 Subject: Make TCAR_WORKDIR writable. - Previously, TCAR_WORKDIR was set as read-only variable which make impossible to redefine it later. This update changes tcar.sh file to make TCAR_WORKDIR writable. --- diff --git a/tcar-scripts/tcar.sh b/tcar-scripts/tcar.sh index 4737b18..217fd19 100755 --- a/tcar-scripts/tcar.sh +++ b/tcar-scripts/tcar.sh @@ -41,7 +41,7 @@ declare -xr TCAR_BASEDIR=/usr/share/tcar # Base directory where final content is produced in. This value is # also known as the "workplace" and should be customized later by the # user, using the prepare module of tcar script. -declare -xr TCAR_WORKDIR=/tmp +declare -x TCAR_WORKDIR=/tmp # Base directory where automation scripts are installed in. declare -xr TCAR_SCRIPT_BASEDIR=${TCAR_BASEDIR}/Scripts