aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/check_ddk.bat
diff options
context:
space:
mode:
Diffstat (limited to 'check_ddk.bat')
-rw-r--r--check_ddk.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_ddk.bat b/check_ddk.bat
index 6782770..a57a7fb 100644
--- a/check_ddk.bat
+++ b/check_ddk.bat
@@ -12,8 +12,8 @@ if [%BUILD_ALT_DIR%] == [] goto :ddk_not_set
if [%_BUILDARCH%] == [] goto :ddk_not_set
if not exist %root%\sign.bat (
- echo Error: %root%\sign.bat is missing ^(don^'t know how to sign drivers^)
- exit /b 1
+ echo Error: %root%\sign.bat is missing ^(don^'t know how to sign drivers^)
+ exit /b 1
)
where build.exe >nul 2>&1 || goto :build_not_found