Updated SC2268 (markdown)

Vidar Holen
2020-10-19 19:45:02 -07:00
parent 9bd47eb4da
commit da91be8e1a

@@ -31,8 +31,8 @@ Bash 1.14 from 1992 incorrectly fails this test. This was fixed for Bash 2.0 in
Dash 0.5.4 from 2007 incorrectly passes this test. This was fixed for Dash 0.5.5 in 2008:
var='('
[ "$var" = ")" ]
x='(' y=')'
[ "$x" = "$y" ]
Zsh (while not supported by ShellCheck) fixed the same problem in 2015.