[openjk] 03/15: Set variables correctly in deploy script

Simon McVittie smcv at debian.org
Thu Jun 15 10:28:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit 855bf3498a1ab247f2d8065a849a44ec8ef39256
Author: Xycaleth <alex at acslo.com>
Date:   Sun Mar 19 18:30:00 2017 +0000

    Set variables correctly in deploy script
---
 tools/builds/deploy.bat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/builds/deploy.bat b/tools/builds/deploy.bat
index fd1b133..676d77c 100644
--- a/tools/builds/deploy.bat
+++ b/tools/builds/deploy.bat
@@ -1,6 +1,6 @@
-SETLOCAL
-CYGWIN_ROOT=C:\cygwin
-DEPLOY_LOCATION=ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
+setlocal
+set CYGWIN_ROOT=C:\cygwin
+set DEPLOY_LOCATION=ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
 
 if "%APPVEYOR_FORCED_BUILD%"=="True" (
 	%CYGWIN_ROOT%\setup-x86.exe -qnNdO -R %CYGWIN_ROOT% -s http://cygwin.mirror.constant.com -l %CYGWIN_ROOT%/var/cache/setup -P rsync

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list