Skip to content
Snippets Groups Projects
Forked from pregmodfan / fc-pregmod
Source project has a limited visibility.
  • wkwk's avatar
    8146dbc1
    Do a shellcheck / shfmt run on shellscripts · 8146dbc1
    wkwk authored
    Fix SC2145: Argument mixes string and array. Use * or separate argument.
    Fix SC2162: read without -r will mangle backslashes.
    Fix SC2086: Double quote to prevent globbing and word splitting.
    Fix SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
    8146dbc1
    History
    Do a shellcheck / shfmt run on shellscripts
    wkwk authored
    Fix SC2145: Argument mixes string and array. Use * or separate argument.
    Fix SC2162: read without -r will mangle backslashes.
    Fix SC2086: Double quote to prevent globbing and word splitting.
    Fix SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.