This commit is contained in:
shakasan 2018-06-04 13:53:20 +02:00
parent 5ee1d3ae8f
commit 376301f05f

View file

@ -428,6 +428,7 @@ function addSpecificRepoFct () {
# input : unique ID, pre/post # input : unique ID, pre/post
# #
function processAppTrtFct () { function processAppTrtFct () {
typeset i
if [ "$2" == "post" ]; then if [ "$2" == "post" ]; then
for i in $AppsPostTrtFct; do for i in $AppsPostTrtFct; do
appPostTrtFct=(${i//;/ }) appPostTrtFct=(${i//;/ })
@ -445,6 +446,7 @@ function processAppTrtFct () {
fi fi
done done
fi fi
unset i
} }
# #