Explorar el Código

Prettify package list

bryan hace 2 años
padre
commit
a9dd252ad6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      openwrtbuilder

+ 1 - 0
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 $?