From 83bacac5bf4d1dba909a3de0e3c2e0dbbaa3dd27 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 1 Oct 2016 14:19:29 -0700 Subject: [PATCH] Updated SC1014 (markdown) --- SC1014.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1014.md b/SC1014.md index 5463363..0d4edd0 100644 --- a/SC1014.md +++ b/SC1014.md @@ -36,7 +36,7 @@ then fi ``` -For more information, see [this problem in the Bash Pitfall](http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D) list, or generally [Test and Conditionals](http://mywiki.wooledge.org/BashGuide/TestsAndConditionals) in the WoolEdge BashGuide +For more information, see [this problem in the Bash Pitfall](http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D) list, or generally [Tests and Conditionals](http://mywiki.wooledge.org/BashGuide/TestsAndConditionals) in the WoolEdge BashGuide ### Exceptions: