Forked from
pregmodfan / fc-pregmod
23058 commits behind the upstream repository.
-
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.
wkwk authoredFix 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.
sanityCheck.sh 8.46 KiB