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: