small change in output of addSpecificRepoFct

This commit is contained in:
Francois B 2018-06-03 19:09:27 +02:00
parent eb5b111bb8
commit d9b7709729

View file

@ -405,7 +405,7 @@ function addSpecificRepoFct () {
for i in $AppsRepo; do for i in $AppsRepo; do
appRepo=(${i//;/ }) appRepo=(${i//;/ })
if [ "${appRepo[0]}" == "$1" ]; then if [ "${appRepo[0]}" == "$1" ]; then
printf "[ADD_REPP_PPA][$1][${appRepo[1]}]" printf "[ADD_REPP_PPA][$1][${appRepo[1]}]...\n"
eval "${appRepo[1]}" eval "${appRepo[1]}"
repoAdded=$(($repoAdded+1)) repoAdded=$(($repoAdded+1))
fi fi