Browse Source

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

git-svn-id: trunk@16936 -
joost 14 years ago
parent
commit
27b6b908f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fppkg/pkgfpmake.pp

+ 1 - 1
utils/fppkg/pkgfpmake.pp

@@ -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