Skip to content

Commit

Permalink
scripts: Add more patterns to cc-collect-data.sh
Browse files Browse the repository at this point in the history
Quote command line run for extra clarity.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Sep 25, 2017
1 parent 541fe44 commit 6a7fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cc-collect-data.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6a7fc90

Please sign in to comment.