aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/clean_drivers.bat
diff options
context:
space:
mode:
Diffstat (limited to 'clean_drivers.bat')
-rw-r--r--clean_drivers.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_drivers.bat b/clean_drivers.bat
index 76dabe0..ca2e48e 100644
--- a/clean_drivers.bat
+++ b/clean_drivers.bat
@@ -7,7 +7,7 @@
@echo off
for /f "delims=" %%i in ('dir /s sources /b') do (
- set driver_src_root=%%~dpi
+ set "driver_src_root=%%~dpi"
echo.
call clean_driver.bat "!driver_src_root:~0,-1!" || exit /b !errorlevel!
)