From 206defa88b87cec4facb0d79873a3a996b268bf8 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 6 Oct 2019 21:27:14 +0200 Subject: [PATCH] added missing "s --- patch-iso.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-iso.bat b/patch-iso.bat index 830e067..4c5dac5 100644 --- a/patch-iso.bat +++ b/patch-iso.bat @@ -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.