From 54e9cbed145daedc5dc2e36f97e55c7453f548db Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 12 Apr 2021 19:12:47 +0800 Subject: [PATCH] Updated SC2268 (markdown) --- SC2268.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC2268.md b/SC2268.md index 61dc2ba..08d1508 100644 --- a/SC2268.md +++ b/SC2268.md @@ -47,4 +47,5 @@ If you are targeting especially old shells, you can ignore this warning (or use ### Related resources: * [What exactly was the point of `[ "x$var" = "xval" ]`](https://www.vidarholen.net/contents/blog/?p=1035)? -* [Wooledge Bash Pitfall #4](https://mywiki.wooledge.org/BashPitfalls#A.5B_.24foo_.3D_.22bar.22_.5D) \ No newline at end of file +* [Wooledge Bash Pitfall #4](https://mywiki.wooledge.org/BashPitfalls#A.5B_.24foo_.3D_.22bar.22_.5D) +* [Problems With the test Builtin: What Does -a Mean?](http://www.oilshell.org/blog/2017/08/31.html) \ No newline at end of file