From 020e116c54e61fcd3eea1be5938a6aa03d7c559c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 6 Jan 2011 20:28:50 +0000 Subject: 28588: fix textual display after =~ test --- Src/text.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src/text.c') diff --git a/Src/text.c b/Src/text.c index e6dd8d7ff..749b5d3dc 100644 --- a/Src/text.c +++ b/Src/text.c @@ -785,8 +785,7 @@ gettext2(Estate state) taddstr(" "); taddstr(ecgetstr(state, EC_NODUP, NULL)); if (ctype == COND_STREQ || - ctype == COND_STRNEQ || - ctype == COND_REGEX) + ctype == COND_STRNEQ) state->pc++; } else { /* Unary test: `-f foo' etc. */ -- cgit 1.4.1