Browse Source

* Do not handle packages twice, when they are passed on the command line

git-svn-id: trunk@16463 -
joost 14 years ago
parent
commit
cedede9e81
1 changed files with 4 additions and 1 deletions
  1. 4 1
      utils/fppkg/fppkg.pp

+ 4 - 1
utils/fppkg/fppkg.pp

@@ -333,7 +333,10 @@ begin
       // It's a command or target.
         begin
           if HasAction then
-            ParaPackages.Add(Paramstr(i))
+            begin
+              if FirstPass then
+                ParaPackages.Add(Paramstr(i))
+            end
           else
             begin
               ParaAction:=Paramstr(i);