[openjk] 02/15: Use setlocal properly 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 5206bf3d81ee9e8737fadc5af569f00cd348f465
Author: Xycaleth <alex at acslo.com>
Date:   Sun Mar 19 18:10:59 2017 +0000

    Use setlocal properly in deploy script
---
 tools/builds/deploy.bat | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/builds/deploy.bat b/tools/builds/deploy.bat
index 2bba1f8..fd1b133 100644
--- a/tools/builds/deploy.bat
+++ b/tools/builds/deploy.bat
@@ -1,5 +1,6 @@
-SETLOCAL CYGWIN_ROOT=C:\cygwin
-SETLOCAL DEPLOY_LOCATION=ojkwinbuilder at upload.openjk.org:/home/ojkwinbuilder/builds/
+SETLOCAL
+CYGWIN_ROOT=C:\cygwin
+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