From 0f16059d3a6ca27c2cba97c39460335a72a71b96 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 4 Sep 2016 20:59:10 +0100 Subject: [PATCH] bash: quote command passed with -c --- pages/common/bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/bash.md b/pages/common/bash.md index eb9140e7be..1bb7e681d8 100644 --- a/pages/common/bash.md +++ b/pages/common/bash.md @@ -9,7 +9,7 @@ - Execute a command: -`bash -c {{command}}` +`bash -c "{{command}}"` - Run commands from a file: