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//;/ })
|
||||
if [ "${appTrtFct[0]}" == "$1" ]; then
|
||||
printf "[TRT] package -- $1 -- "
|
||||
printf "post install processed by -- ${appTrtFct[1]} --"
|
||||
printf "post install processed by -- ${appTrtFct[1]}\n"
|
||||
eval "${appTrtFct[1]}"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue