* Fixed problem with spaces in path of add-ins (maybequoted was called twice)

git-svn-id: trunk@16936 -
This commit is contained in:
joost 2011-02-19 10:38:36 +00:00
parent 445dd5fc91
commit 27b6b908f1

View File

@ -195,7 +195,7 @@ begin
if FPMKUnitDeps[i].available then
begin
if CheckUnitDir(FPMKUnitDeps[i].package,DepDir) then
AddOption(maybequoted('-Fu'+DepDir))
AddOption('-Fu'+DepDir)
else
Error(SErrMissingInstallPackage,[FPMKUnitDeps[i].package]);
if FPMKUnitDeps[i].def<>'' then