cosmetic change
This commit is contained in:
parent
8c50a5239c
commit
a30339be42
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ function processAppTrtFct () {
|
||||||
appTrtFct=(${i//;/ })
|
appTrtFct=(${i//;/ })
|
||||||
if [ "${appTrtFct[0]}" == "$1" ]; then
|
if [ "${appTrtFct[0]}" == "$1" ]; then
|
||||||
printf "[TRT] package -- $1 -- "
|
printf "[TRT] package -- $1 -- "
|
||||||
printf "post install processed by -- ${appTrtFct[1]} --"
|
printf "post install processed by -- ${appTrtFct[1]}\n"
|
||||||
eval "${appTrtFct[1]}"
|
eval "${appTrtFct[1]}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue