#2 Fix the shellcheck SC2207 and remove the ignore declarative

Zamknięty
otworzone 3 lat temu przez vaeringjar · 0 komentarzy
vaeringjar skomentował 3 lat temu

https://notabug.org/vaeringjar/fenrisg/src/main/src/build_rss.sh#L78

    IFS=$'\n' sorted=($(sort --reverse <<<"${arra2[*]}")); unset IFS
                      ^-- SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
https://notabug.org/vaeringjar/fenrisg/src/main/src/build_rss.sh#L78 ``` IFS=$'\n' sorted=($(sort --reverse <<<"${arra2[*]}")); unset IFS ^-- SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting). ```
Zaloguj się, aby dołączyć do tej rozmowy.
Brak etykiety
Brak kamienia milowego
Brak przypisania
1 uczestników
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.