summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdholder/s6-fdholder-list.c')
-rw-r--r--src/fdholder/s6-fdholder-list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fdholder/s6-fdholder-list.c b/src/fdholder/s6-fdholder-list.c
index 43f9ec8..ffda680 100644
--- a/src/fdholder/s6-fdholder-list.c
+++ b/src/fdholder/s6-fdholder-list.c
@@ -47,6 +47,5 @@ int main (int argc, char const *const *argv, char const *const *envp)
newargv[m++] = fmtt ;
}
newargv[m++] = 0 ;
- pathexec_run(newargv[0], newargv, envp) ;
- strerr_dieexec(111, newargv[0]) ;
+ xpathexec_run(newargv[0], newargv, envp) ;
}