cosmetic change
This commit is contained in:
parent
cad5f67b2c
commit
11c41b909c
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ function addSpecificRepoFct () {
|
|||
for i in $AppsRepo; do
|
||||
appRepo=(${i//;/ })
|
||||
if [ "${appRepo[0]}" == "$1" ]; then
|
||||
printf "[ADD_REPO_PPA][$1][${appRepo[1]}]..."
|
||||
printf "[ADD_REPO_PPA][$1][${appRepo[1]}]...\n"
|
||||
eval "${appRepo[1]}"
|
||||
repoAdded=$(($repoAdded+1))
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue