From a9dd252ad613e05f3870301ee74963eefbbb1118 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 15 Feb 2023 14:32:45 -0500 Subject: [PATCH] Prettify package list --- openwrtbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrtbuilder b/openwrtbuilder index 3d6e8aa..2f56b28 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -759,6 +759,7 @@ main() { declare -g TARGET="${P_ARR[target]}" declare -g PROFILE="${P_ARR[profile]}" declare -g PACKAGES="${P_ARR[packages]:-}" + IFS=" " read -r -a PACKAGES <<< "$PACKAGES" if (( RESET )); then askOk "Remove $BUILDDIR and $BINDIR?" || exit $?