Commit 9c5b3564 authored by Guo Xiao's avatar Guo Xiao Committed by Facebook Github Bot

Escape backticks in shell script

Summary: Closes https://github.com/facebook/folly/pull/520

Reviewed By: pixelb

Differential Revision: D4243347

Pulled By: yfeldblum

fbshipit-source-id: cae0b36abdc7807afc188220f7f421f2a3bbc973
parent b82fb4f7
......@@ -182,7 +182,7 @@ if test "$folly_cv_prog_cc_int128" = "yes"; then
#include <type_traits>
static_assert(
::std::is_same<::std::make_signed<unsigned __int128>::type, __int128>::value,
"signed form of `unsigned __uint128` must be `__int128`.");
"signed form of \`unsigned __uint128\` must be \`__int128\`.");
]])],
[folly_cv_prog_cc_int128traits=yes],
[folly_cv_prog_cc_int128traits=no])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment