aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/km/build/wdk7.1/check_ddk.bat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--km/build/wdk7.1/check_ddk.bat (renamed from check_ddk.bat)4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_ddk.bat b/km/build/wdk7.1/check_ddk.bat
index 0c4d414..aaabd76 100644
--- a/check_ddk.bat
+++ b/km/build/wdk7.1/check_ddk.bat
@@ -11,8 +11,8 @@ call check_env.bat || exit /b !errorlevel!
if not defined BUILD_ALT_DIR goto :ddk_not_set
if not defined _BUILDARCH goto :ddk_not_set
-if not exist "%root%\sign.bat" (
- echo Error: %root%\sign.bat was not found ^(don^'t know how to sign drivers otherwise^) >&2
+if not exist "%build_root%\sign.bat" (
+ echo Error: %build_root%\sign.bat was not found ^(don^'t know how to sign drivers otherwise^) >&2
exit /b 1
)