.
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
|
||||
#
|
||||
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
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue