aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw.c b/pw.c
index 4c52ab8..8f2ee3c 100644
--- a/pw.c
+++ b/pw.c
@@ -1545,7 +1545,7 @@ int main(int argc, char **argv)
}
}
- if ((pw.stat & (stat_bkgnd | stat_susp)) == 0) {
+ if ((pw.stat & stat_susp) == 0) {
if (!force) {
struct timeval tv;
int now;