From 13ac0d4f86d3eb895fd9a803e126115b6f2f5fb9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 07 2011 18:05:11 +0000 Subject: Update tuneup.sh. Add definition of FUNCCONFIG variable. --- diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index f4167c2..5e152a9 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -29,6 +29,10 @@ function tuneup { local ACTIONNAM='' local ACTIONVAL='' + # Define absolute path to this function's configuration directory. + # Here is where most transformation files are stored in. + local FUNCCONFIG=${FUNCDIR}/${FUNCDIRNAM}/Config + # Interpret arguments and options passed through command-line. tuneup_getOptions