26 Feb
2018
26 Feb
'18
5:46 a.m.
On 02/22/2018 09:15 PM, Luke Shumaker wrote:
- common.bash: Globbing happens on the RHS of a [[ = ]] test. This means that we must quote variables on the RHS that are to be taken verbatim. This is surprising, because we don't need to quote the LHS.
Unless we intend to do a general style cleanup, it is unnecessary to "fix" cases where variables with known static content aren't quoted. -- Eli Schwartz Bug Wrangler and Trusted User