From 376301f05f892628a7de5868df6a1806bca012ea Mon Sep 17 00:00:00 2001 From: shakasan Date: Mon, 4 Jun 2018 13:53:20 +0200 Subject: [PATCH] . --- core_functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core_functions.sh b/core_functions.sh index c138a15..8f1fd93 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -428,6 +428,7 @@ function addSpecificRepoFct () { # input : unique ID, pre/post # function processAppTrtFct () { + typeset i if [ "$2" == "post" ]; then for i in $AppsPostTrtFct; do appPostTrtFct=(${i//;/ }) @@ -445,6 +446,7 @@ function processAppTrtFct () { fi done fi + unset i } #