From 9836d7f8d2c615a45fbfa5522e0a8ad636ed70f7 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 22 Nov 2014 12:01:00 -0800 Subject: [PATCH] Updated SC2150 (markdown) --- SC2150.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2150.md b/SC2150.md index 00dd5d5..05b452a 100644 --- a/SC2150.md +++ b/SC2150.md @@ -1,4 +1,4 @@ -## -exec does not invoke a shell. Rewrite or use -exec sh -c .. . +## -exec does not automatically invoke a shell. Use -exec sh -c .. for that. ### Problematic code: