From f7e69a9518bf432d92ab917ef1086afa4494c128 Mon Sep 17 00:00:00 2001 From: Botspot Date: Sun, 1 Nov 2020 07:09:33 -0600 Subject: [PATCH] updater now works for whitespaced app names --- updater | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updater b/updater index 2bfd190..b63181c 100755 --- a/updater +++ b/updater @@ -160,10 +160,10 @@ echo "Button: ${button}" lxterminal --title='Updating apps...' -e ' +DIRECTORY="'"$DIRECTORY"'" +mainupdate="'"$mainupdate"'" +updatable="'"$updatable"'" trap "sleep infinity" EXIT -DIRECTORY="'${DIRECTORY}'" -mainupdate="'$mainupdate'" -updatable="'$updatable'" PREIFS="$IFS" IFS="|" for i in $updatable