.
This commit is contained in:
parent
5ee1d3ae8f
commit
376301f05f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue