aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2013-11-13 13:15:26 +0000
committerBrian Gladman <brg@gladman.plus.com>2013-11-13 13:15:26 +0000
commit87c09baff80ca5bbe938392d8f320e621707f317 (patch)
treea256185ea58e12c006c2a1a0f4d8ecee6a285194
parentaba12e73f4a4a6c6b84d9f99682bc78540de7d71 (diff)
downloadyasm-87c09baff80ca5bbe938392d8f320e621707f317.tar.gz
test commit
-rw-r--r--Mkfiles/vc10/genperf/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/vc10/genperf/run.bat b/Mkfiles/vc10/genperf/run.bat
index f67049da..664e59ae 100644
--- a/Mkfiles/vc10/genperf/run.bat
+++ b/Mkfiles/vc10/genperf/run.bat
@@ -1,7 +1,7 @@
cd ..\..\..
@echo off
-for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g)
+for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g)
goto try1%errorlevel%
:try10