Jelajahi Sumber

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

git-svn-id: trunk@16463 -
joost 15 tahun lalu
induk
melakukan
cedede9e81
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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);