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