v8: s/echo -n/echo/. Not all sh's are bash.
authorisaacs <i@izs.me>
Wed, 16 May 2012 17:15:25 +0000 (10:15 -0700)
committerisaacs <i@izs.me>
Wed, 16 May 2012 21:22:57 +0000 (14:22 -0700)
deps/v8/build/common.gypi

index 4fb06a6..327562d 100644 (file)
           [ 'v8_target_arch!="x64"', {
             # Pass -m32 to the compiler iff it understands the flag.
             'variables': {
-              'm32flag': '<!((echo | $(echo ${CXX:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)',
+              'm32flag': '<!((echo | $(echo ${CXX:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)',
             },
             'cflags': [ '<(m32flag)' ],
             'ldflags': [ '<(m32flag)' ],