added missing "s

This commit is contained in:
Fierelier 2019-10-06 21:27:14 +02:00
parent fa03726fa9
commit 206defa88b

View File

@ -95,7 +95,7 @@ echo.
echo.
echo -- applying scripts --
for /d %%t in (%tweakdir%\*) do (
call "applyTweakScript.bat" %%t
call "applyTweakScript.bat" "%%t"
)
echo.
@ -107,7 +107,7 @@ echo.
echo.
echo -- applying files to disc-image --
for /d %%t in (%tweakdir%\*) do (
call "applyTweakIso.bat" %%t
call "applyTweakIso.bat" "%%t"
)
echo.