From 15cc16ab4a783c4ffd1e8be321d031234219ffba Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 28 Aug 2014 14:31:09 +0200 Subject: [PATCH] Fix pulling of travis binaries. --- misc/tools/all/release.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 40cd4b8d..54088daf 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -208,7 +208,7 @@ case "$cmd" in binary=$1 basename=${binary##*/} rev=`( cd "$d0/darkplaces" && git rev-parse HEAD )` - verbose wget "http://beta.xonotic.org/autobuild-bin/$rev/$basename" + verbose wget -O "$binary" "http://beta.xonotic.org/autobuild-bin/$rev/$basename" # TODO eventually do the rebranding on travis too. case "$binary" in Xonotic/xonotic*.exe) -- 2.39.2