aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-03-07 22:59:51 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-03-07 22:59:51 +0100
commit392b63f752103eed3febd68a49daf8a653ee5eba (patch)
treede5645e8dda8f822d00d071bf6848d4277637c89
parent2542aca4a538a37061bc80cab68ef503ac063838 (diff)
downloadblogc-392b63f752103eed3febd68a49daf8a653ee5eba.tar.gz
blogc-392b63f752103eed3febd68a49daf8a653ee5eba.tar.bz2
blogc-392b63f752103eed3febd68a49daf8a653ee5eba.zip
travis: remove wrong quotes from build script
-rwxr-xr-xbuild-aux/build-travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-travis.sh b/build-aux/build-travis.sh
index 68f8b05..d178495 100755
--- a/build-aux/build-travis.sh
+++ b/build-aux/build-travis.sh
@@ -7,7 +7,7 @@ mkdir -p build
MAKE_TARGET="${TARGET}"
-if test "x${TARGET}" = "xw*"; then
+if test "x${TARGET}" = xw*; then
unset CC
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4"
export CHOST="x86_64-w64-mingw32"