summaryrefslogtreecommitdiff
path: root/src/execline/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/execline/wait.c')
-rw-r--r--src/execline/wait.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/execline/wait.c b/src/execline/wait.c
index 7233304..a7fe22f 100644
--- a/src/execline/wait.c
+++ b/src/execline/wait.c
@@ -128,6 +128,5 @@ int main (int argc, char const **argv, char const *const *envp)
mainloop(&tto, insist, f, tab, &n) ;
}
- pathexec0_run(argv + argc1 + 1, envp) ;
- strerr_dieexec(111, argv[argc1 + 1]) ;
+ xpathexec0_run(argv + argc1 + 1, envp) ;
}