diff options
-rw-r--r-- | pw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1032,7 +1032,6 @@ static execode execute(pwstate *pw, char *cmd, char *resbuf, break; default: goto badcmd; - break; } else if (cmd[0] == '?' || cmd[0] == '/') { int trig = count > 0 ? count - 1 : count; |