diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index d5f679fdda..ff3679431b 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -290,7 +290,7 @@ [ 'v8_target_arch!="x64"', { # Pass -m32 to the compiler iff it understands the flag. 'variables': { - 'm32flag': ' /dev/null 2>&1) && echo -n "-m32" || true)', + 'm32flag': ' /dev/null 2>&1) && echo "-m32" || true)', }, 'cflags': [ '<(m32flag)' ], 'ldflags': [ '<(m32flag)' ],