From 337c6faa9e3e10408e1c240571f119385e48ea39 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 25 Jul 2022 16:57:56 -0600 Subject: [PATCH] huh --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 93ae1598..a69ddfe7 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -86,7 +86,7 @@ printf '%s\0' "${ignore[@]}" | grep -iFxqz "${app_name}" && echo -e "\n$app_name #dump array for i in "${echo_array[@]}" do - echo "$i" + echo -e "$i" done }