From e482f26bdc521720b8dff6feaa9eff5fcd3e2943 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:30:26 -0800 Subject: [PATCH] Updated SC2089 (markdown) --- SC2089.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC2089.md b/SC2089.md index 239cd9d..e326d4b 100644 --- a/SC2089.md +++ b/SC2089.md @@ -55,4 +55,5 @@ Few and far between. ### Additional resources -[Wooledge BashFAQ #50](http://mywiki.wooledge.org/BashFAQ/050): I'm trying to put a command in a variable, but the complex cases always fail! \ No newline at end of file +* [Wooledge BashFAQ #50](http://mywiki.wooledge.org/BashFAQ/050): I'm trying to put a command in a variable, but the complex cases always fail! +* [StackOverflow: In bash, why do shell commands ignore quotes in arguments when the arguments are passed to them as a variable?](https://stackoverflow.com/questions/12136948/in-bash-why-do-shell-commands-ignore-quotes-in-arguments-when-the-arguments-are) \ No newline at end of file