summaryrefslogtreecommitdiff
path: root/src/libexecline/el_substandrun_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexecline/el_substandrun_str.c')
-rw-r--r--src/libexecline/el_substandrun_str.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libexecline/el_substandrun_str.c b/src/libexecline/el_substandrun_str.c
index 6680957..3f6b8e3 100644
--- a/src/libexecline/el_substandrun_str.c
+++ b/src/libexecline/el_substandrun_str.c
@@ -20,7 +20,6 @@ void el_substandrun_str (stralloc *src, size_t srcbase, char const *const *envp,
char const *v[r + 1] ;
if (!env_make(v, r, dst.s, dst.len)) strerr_diefu1sys(111, "env_make") ;
v[r] = 0 ;
- pathexec_r(v, envp, env_len(envp), info->modifs.s, info->modifs.len) ;
+ xpathexec_r(v, envp, env_len(envp), info->modifs.s, info->modifs.len) ;
}
- strerr_dieexec(111, dst.s) ;
}