[commit] r2348 - trunk/GME
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 12 17:41:24 CDT 2013
Author: ksmyth
Date: Thu Sep 12 17:41:23 2013
New Revision: 2348
Log:
typo
Modified:
trunk/GME/regrelease.bat
Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat Thu Sep 12 15:24:15 2013 (r2347)
+++ trunk/GME/regrelease.bat Thu Sep 12 17:41:23 2013 (r2348)
@@ -86,7 +86,7 @@
echo GME.exe
: FIXME regtlibv12.exe doesnt exist on Win8
-if exit %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
+if exist %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
if errorlevel 1 goto errorlabel
echo GME.exe
More information about the gme-commit
mailing list