aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c
index f58f4b062..c2f5d4f3e 100644
--- a/coreutils/expr.c
+++ b/coreutils/expr.c
@@ -438,7 +438,7 @@ static VALUE *eval3 (void)
438 if (nextarg ("+")) 438 if (nextarg ("+"))
439 op = '+'; 439 op = '+';
440 else if (nextarg ("-")) 440 else if (nextarg ("-"))
441 op = '+'; 441 op = '-';
442 else 442 else
443 return l; 443 return l;
444 args++; 444 args++;