From 6f2f2358affacfa067426a334e911ce9485bf59b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 14 Aug 2009 22:46:36 +0000 Subject: Corrected a minor bug preventing custom actions from being executed. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 4153982..1d3dc10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -139,7 +139,7 @@ int main( int argc, char *argv[] ) } else { - if( !prm.sAction.isSet() ) + if( prm.sAction.isSet() ) pBuild->execAction( prm.sAction.getStr() ); else pBuild->execAction(""); -- cgit v1.2.3