]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Oops. Fix whitespace.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 6 Jan 2015 16:36:10 +0000 (16:36 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 6 Jan 2015 23:35:17 +0000 (00:35 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12120 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=f586053910b19c67c330c3168fe4661cda19e97a

.travis-script-xonotic.sh

index 8b8f5c900adde28903ed122f3dbfc4b69c0d0fd6..78045de2e3cd20317221850381626ad985651895 100755 (executable)
@@ -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}"