Skip to content
Snippets Groups Projects
Commit 1831edb4 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Escape subshell.

parent c8f99125
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ script: ...@@ -47,7 +47,7 @@ script:
exit 0 exit 0
else else
echo "clang-format failed:" echo "clang-format failed:"
echo 'To reproduce it locally please run git-clang-format-3.9 --commit $BASE_COMMIT --diff --binary `which clang-format-3.9`' echo "To reproduce it locally please run git-clang-format-3.9 --commit $BASE_COMMIT --diff --binary \`which clang-format-3.9\`"
echo "$RESULT_OUTPUT" echo "$RESULT_OUTPUT"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment