From 1580f387344173508634b04b59da81a7abd7e66f Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 6 Jan 2015 22:50:42 +0000 Subject: [PATCH] Oops, fix whitespace again. Aw man. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12122 d7cf8633-e32d-0410-b094-e92efae38249 --- .travis-script-xonotic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index 0a548f64..e34de917 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -110,7 +110,7 @@ for os in "$@"; do # Condense whitespace in makeflags. makeflags=$( - printf "%s\n" "$makeflags" | xargs echo + printf "%s\n" "$makeflags" | tr '\n' ' ' ) ( -- 2.39.2