diff options
author | IBNobody <ibnobody@gmail.com> | 2016-09-14 21:34:28 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-09-14 21:34:28 -0500 |
commit | b4622eb894a8fd2e28ad5508954eb4bd705482c0 (patch) | |
tree | 491db21b0dafaafaddf5c7287a4fccd83650d47e /util | |
parent | e72f8dfd7e7a95fb48f672a794c69b94d2998410 (diff) |
Fixed a last minute format bug.
Diffstat (limited to 'util')
-rw-r--r-- | util/Win_Check_Output.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/Win_Check_Output.bat b/util/Win_Check_Output.bat index 3d517d9403..f57083e6d9 100644 --- a/util/Win_Check_Output.bat +++ b/util/Win_Check_Output.bat @@ -1,6 +1,9 @@ @setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION @echo OFF set BAT_VERSION=v1.0 +set REPORT_NAME=Win_Check_Output.txt + +:: ----------------------------------------------------------------------------- cls @@ -10,7 +13,6 @@ echo QMK Windows Check Output %BAT_VERSION%.>%REPORT_NAME% :: ----------------------------------------------------------------------------- set MINGW_BASE_DIR=C:\MinGW -set REPORT_NAME=Win_Check_Output.txt set KEYMAP=atomic-pvc set KEYMAP_CLEAN=atomic-pvc-clean |