From 7e707d5926c79fe162a0987daec955466435156d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 13:25:46 +0000 Subject: Update `prepare_getOptions.sh'. --- diff --git a/Scripts/Functions/Prepare/prepare_getOptions.sh b/Scripts/Functions/Prepare/prepare_getOptions.sh index c52b32b..9c8cc4b 100755 --- a/Scripts/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Functions/Prepare/prepare_getOptions.sh @@ -56,27 +56,27 @@ function prepare_getOptions { ;; --packages ) - PREPARE_ACTIONNAMS="${ACTIONNAMS} updatePackages" + ACTIONNAMS="${ACTIONNAMS} updatePackages" shift 1 ;; --links ) - PREPARE_ACTIONNAMS="${ACTIONNAMS} updateLinks" + ACTIONNAMS="${ACTIONNAMS} updateLinks" shift 1 ;; --images ) - PREPARE_ACTIONNAMS="${ACTIONNAMS} updateImages" + ACTIONNAMS="${ACTIONNAMS} updateImages" shift 1 ;; --manuals ) - PREPARE_ACTIONNAMS="${ACTIONNAMS} updateManuals" + ACTIONNAMS="${ACTIONNAMS} updateManuals" shift 1 ;; --environment ) - PREPARE_ACTIONNAMS="${ACTIONNAMS} getEnvars" + ACTIONNAMS="${ACTIONNAMS} getEnvars" shift 1 ;;