cosmetic change

This commit is contained in:
Francois B 2018-06-04 21:07:20 +02:00
parent 2f9c6be444
commit 2e45a8a597

View file

@ -429,7 +429,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_REPO_PPA][$1][${appRepo[1]}]...\n" printf "[ADD_REPO_PPA][$1][${appRepo[1]}]..."
eval "${appRepo[1]}" eval "${appRepo[1]}"
repoAdded=$(($repoAdded+1)) repoAdded=$(($repoAdded+1))
fi fi