summaryrefslogtreecommitdiff
path: root/src/configure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.c')
-rw-r--r--src/configure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.c b/src/configure.c
index e4dfa8a84..ea202bb85 100644
--- a/src/configure.c
+++ b/src/configure.c
@@ -212,7 +212,7 @@ show_diff(const char *old, const char *new)
}
/* Parent process. */
- subproc_wait(pid, _("conffile difference visualizer"));
+ subproc_wait_check(pid, _("conffile difference visualizer"), PROCNOCHECK);
}
/**
@@ -242,7 +242,7 @@ spawn_shell(const char *confold, const char *confnew)
}
/* Parent process. */
- subproc_wait(pid, _("conffile shell"));
+ subproc_wait_check(pid, _("conffile shell"), PROCNOCHECK);
}
/**