Updated Home (markdown)
wiki: fix typo
remove empty footnote
return the last argument passed to a function without resorting to bash
Created SC2316 (markdown)
Updated _Footer (markdown)
Fix typo
fix title
fix link to dwheeler's website
`mapfile` recipe is bash 4.4+, `-t` was added in it
Make correct code match the companion error's actually correct example
Updated SC2102 (markdown)
POSIX `[ ]` is `test`
Make explanation on how to fix this check on sh clearer, add example of heredoc
Created _Footer (markdown)
Destroyed _Footer (markdown)
Updated "correct code" block logic to match the "problematic code" block. One was indexing from 0 and the other from 1.
Revert 0809d6195e9a17c5e37bc82766603b35f06ba186...9f711eb6f86e6fdaf62cb9deb252692d76fd372d on SC2086
Reinstate SC2086 page
Destroyed SC2086 (markdown)
Generalize "Rationale" section; move `pipefail`-specific info to a separate section; link to POSIX spec for `set`
Updated SC3040 (markdown)
Dogfooding the examples spots SC2250, SC2292
Updated SC2144 (markdown)
added a note on the importance of quoting for this application.
It should be added.
use POSIX’s `unset` or `set +a` or `set +o allexport` instead of `local`