瀏覽代碼

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

git-svn-id: trunk@16463 -
joost 15 年之前
父節點
當前提交
cedede9e81
共有 1 個文件被更改,包括 4 次插入1 次删除
  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);