From fcb6ce7d4194f073fa3c0ec5725cea9fb165a929 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 14 Nov 2021 21:33:53 -0800 Subject: [PATCH] Updated SC2033 (markdown) --- SC2033.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2033.md b/SC2033.md index 9af0832..c3206ab 100644 --- a/SC2033.md +++ b/SC2033.md @@ -1,4 +1,4 @@ -# Shell functions can't be passed to external commands. +# Shell functions can't be passed to external commands. Use separate script or sh -c. ### Problematic code: