summaryrefslogtreecommitdiff
path: root/Tools/bin/fw.bat
diff options
context:
space:
mode:
authorhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-31 08:20:54 +0000
committerhche10x <hche10x@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-31 08:20:54 +0000
commit9e011eacdbc44b753abac2cb77998f84412a7d10 (patch)
tree0c83e804e13700f1a3043012bd3cdcee3a8225cb /Tools/bin/fw.bat
parenta8b194b97cd4d0cd46ce9880293c4500bd841fc1 (diff)
downloadedk2-platforms-9e011eacdbc44b753abac2cb77998f84412a7d10.tar.xz
1. Fix EDKT508: FW should't build Log.log file in current directory
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2341 6f19259b-4bc3-4df7-8a09-765794883524
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