From f586053910b19c67c330c3168fe4661cda19e97a Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 6 Jan 2015 16:36:10 +0000 Subject: [PATCH] Oops. Fix whitespace. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12120 d7cf8633-e32d-0410-b094-e92efae38249 --- .travis-script-xonotic.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index 8b8f5c90..78045de2 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -108,6 +108,11 @@ for os in "$@"; do ;; esac + # Condense whitespace in makeflags. + makeflags=$( + printf "%s\n" "$makeflags" | xargs echo" + ) + ( trap "${chroot} make -C ${PWD} ${makeflags} clean" EXIT eval "${chroot} make -C ${PWD} ${makeflags} ${maketargets}" -- 2.39.2