summaryrefslogtreecommitdiff
path: root/Tools/bin/fw.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/bin/fw.bat')
-rw-r--r--Tools/bin/fw.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/bin/fw.bat b/Tools/bin/fw.bat
index 41ac5dc6a6..056a3312da 100644
--- a/Tools/bin/fw.bat
+++ b/Tools/bin/fw.bat
@@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\bin\FrameworkWizard.jar (
)
@REM Run Framework Wizard
-call "java" -Xmx256m org.tianocore.frameworkwizard.FrameworkWizardUI
+call "java" -Xmx256m org.tianocore.frameworkwizard.FrameworkWizardUI %%1
goto end