From 7070ea22f7431a7e7ca7adcc3a99086dfe24f231 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Thu, 21 Apr 2016 10:23:27 +0200 Subject: [PATCH] Fixed windows release scripts --- release_scripts/windows/release.win7.vc9.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release_scripts/windows/release.win7.vc9.bat b/release_scripts/windows/release.win7.vc9.bat index da60a722..369526f3 100644 --- a/release_scripts/windows/release.win7.vc9.bat +++ b/release_scripts/windows/release.win7.vc9.bat @@ -1,4 +1,5 @@ @echo off +@echo off REM -------------------------------------------------------------------- REM This program is free software: you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by @@ -14,8 +15,6 @@ REM You should have received a copy of the GNU General Public License REM along with this program. If not, see . REM --------------------------------------------------------------------- -GOTO EXIT - set SCRIPT_PATH=%~dp0 set PROJECT_ROOT=%SCRIPT_PATH%\..\..