From 03ec470cd51c10b8e84bda4b195c6e9000a3569b Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:20:15 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 5111faf..7a78886 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -664,13 +664,6 @@ else fi done - # Join the custom_websites array into a string with commas and spaces - custom_websites_str=$(printf "%s, " "${custom_websites[@]}") - custom_websites_str=${custom_websites_str%, } - - # Split the custom_websites_str variable back into an array using ',' as the delimiter - IFS=', ' read -ra custom_websites <<< "$custom_websites_str" - # TODO: error handling for unbound variable $selected_launchers_str on line 564