From cedede9e81eefe7445b4c6a727e06160586c1e17 Mon Sep 17 00:00:00 2001 From: joost Date: Sun, 28 Nov 2010 17:08:39 +0000 Subject: [PATCH] * Do not handle packages twice, when they are passed on the command line git-svn-id: trunk@16463 - --- utils/fppkg/fppkg.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/fppkg/fppkg.pp b/utils/fppkg/fppkg.pp index 44870b58e5..f413387654 100644 --- a/utils/fppkg/fppkg.pp +++ b/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);