summaryrefslogtreecommitdiff
path: root/exec/hashexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/hashexec.c')
-rw-r--r--exec/hashexec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/exec/hashexec.c b/exec/hashexec.c
index e1ed8ac8..374b358d 100644
--- a/exec/hashexec.c
+++ b/exec/hashexec.c
@@ -217,8 +217,7 @@ check_hashbang (struct execdata *e,
error_t search_path (struct hurd_signal_preempter *preempter)
{
error_t err;
- char const *path
- = envz_get (envp, envplen, "PATH"), *pfxed_name;
+ char *path = envz_get (envp, envplen, "PATH"), *pfxed_name;
if (! path)
{