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 } #