aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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[] )
139 } 139 }
140 else 140 else
141 { 141 {
142 if( !prm.sAction.isSet() ) 142 if( prm.sAction.isSet() )
143 pBuild->execAction( prm.sAction.getStr() ); 143 pBuild->execAction( prm.sAction.getStr() );
144 else 144 else
145 pBuild->execAction(""); 145 pBuild->execAction("");