Skip to content

Commit

Permalink
Update NonSteamLaunchers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 8, 2024
1 parent e16abd5 commit 03ec470
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ec470

Please sign in to comment.