From 2e45a8a597410aa2af4358226d90b4b7d8cfd048 Mon Sep 17 00:00:00 2001 From: Francois B Date: Mon, 4 Jun 2018 21:07:20 +0200 Subject: [PATCH] cosmetic change --- core_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index dbe9a48..d48a026 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -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]}]...\n" + printf "[ADD_REPO_PPA][$1][${appRepo[1]}]..." eval "${appRepo[1]}" repoAdded=$(($repoAdded+1)) fi