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 | |
parent | e72f8dfd7e7a95fb48f672a794c69b94d2998410 (diff) | |
download | qmk_firmware-b4622eb894a8fd2e28ad5508954eb4bd705482c0.tar.gz qmk_firmware-b4622eb894a8fd2e28ad5508954eb4bd705482c0.zip |
Fixed a last minute format bug.
-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 3d517d940..f57083e6d 100644 --- a/util/Win_Check_Output.bat +++ b/util/Win_Check_Output.bat | |||
@@ -1,6 +1,9 @@ | |||
1 | @setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION | 1 | @setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION |
2 | @echo OFF | 2 | @echo OFF |
3 | set BAT_VERSION=v1.0 | 3 | set BAT_VERSION=v1.0 |
4 | set REPORT_NAME=Win_Check_Output.txt | ||
5 | |||
6 | :: ----------------------------------------------------------------------------- | ||
4 | 7 | ||
5 | cls | 8 | cls |
6 | 9 | ||
@@ -10,7 +13,6 @@ echo QMK Windows Check Output %BAT_VERSION%.>%REPORT_NAME% | |||
10 | :: ----------------------------------------------------------------------------- | 13 | :: ----------------------------------------------------------------------------- |
11 | 14 | ||
12 | set MINGW_BASE_DIR=C:\MinGW | 15 | set MINGW_BASE_DIR=C:\MinGW |
13 | set REPORT_NAME=Win_Check_Output.txt | ||
14 | 16 | ||
15 | set KEYMAP=atomic-pvc | 17 | set KEYMAP=atomic-pvc |
16 | set KEYMAP_CLEAN=atomic-pvc-clean | 18 | set KEYMAP_CLEAN=atomic-pvc-clean |