diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-08-14 21:20:30 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-08-14 21:20:30 +0000 |
commit | e3180ada12753c23d67be6a9eb9c19fb92f6c8e5 (patch) | |
tree | a59cb4230c20d13a3cdf74b88bb78e87729dcfd1 /src | |
parent | c6a908253d0264834878fabbe0e7e78c42b11284 (diff) | |
download | build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.gz build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.bz2 build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.tar.xz build-e3180ada12753c23d67be6a9eb9c19fb92f6c8e5.zip |
Corrected some logic, and ensured that build always builds against the static
version of libbu++, just to be safe.
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7ea2f18..4153982 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -57,7 +57,7 @@ public: | |||
57 | 57 | ||
58 | virtual int cmdParam( int argc, char *argv[] ) | 58 | virtual int cmdParam( int argc, char *argv[] ) |
59 | { | 59 | { |
60 | if( !sAction.isSet() ) | 60 | if( sAction.isSet() ) |
61 | { | 61 | { |
62 | printf("You can only specify one action per command line.\n\n"); | 62 | printf("You can only specify one action per command line.\n\n"); |
63 | exit( 1 ); | 63 | exit( 1 ); |