From 6a7fc90bd58200f6406cdd4b746d7db6bde8137f Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 21 Sep 2017 10:48:22 +0100 Subject: [PATCH] scripts: Add more patterns to cc-collect-data.sh Quote command line run for extra clarity. Signed-off-by: James O. D. Hunt --- data/cc-collect-data.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/cc-collect-data.sh.in b/data/cc-collect-data.sh.in index 0459c55e..f3e8c32c 100755 --- a/data/cc-collect-data.sh.in +++ b/data/cc-collect-data.sh.in @@ -70,7 +70,7 @@ run_cmd_and_show_quoted_output() { local cmd="$*" - msg "Output of \`$cmd\`:" + msg "Output of \"\`$cmd\`\":" output=$(eval "$cmd" 2>&1) show_quoted_text "$output" }