소스 검색

* 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);