From 63ad6195a1f2a0bbb59b6037e2ccf3ba0c59f25a Mon Sep 17 00:00:00 2001 From: koalaman Date: Thu, 8 May 2014 19:27:38 -0700 Subject: [PATCH] Updated Sc2045 (markdown) --- Sc2045.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sc2045.md b/Sc2045.md index b8970ce..a4588f3 100644 --- a/Sc2045.md +++ b/Sc2045.md @@ -14,7 +14,7 @@ echo "$f" done -(also note that in Bash, `shopt -s nullglob` will allow the loop to run 0 times instead of 1 if there are no matches) +(Also note that in Bash, `shopt -s nullglob` will allow the loop to run 0 times instead of 1 if there are no matches. There are [several other conditions](http://mywiki.wooledge.org/BashPitfalls#for_i_in_.24.28ls_.2A.mp3.29) to look out for. ) ### Rationale: