Switch command checks around
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 22 Mar 2025 18:46:14 +0000 (18:46 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 22 Mar 2025 18:46:14 +0000 (18:46 +0000)
xmake.c

diff --git a/xmake.c b/xmake.c
index 85159c5e8ddcb7ca9e479b8b7924f9826f400a5e..01ede502d0b8d3e368fe4ba8c07e186e465c2abf 100644 (file)
--- a/xmake.c
+++ b/xmake.c
@@ -49,11 +49,11 @@ static int rule_run_command (const char *name, char *p, char *q) {
     
     while (isspace ((int) *s) || *s == '-' || *s == '@') {
     
-        if (*s == '-') {
+        if (*s == '@') {
             is_quiet = 1;
         }
         
-        if (*s == '@') {
+        if (*s == '-') {
             is_ignoring_errors = 1;
         }