diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
commit | 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch) | |
tree | d998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/imgact_binmisc.c | |
parent | 2823710f0531037f228a43825c04d0c320e78e05 (diff) |
Notes
Diffstat (limited to 'sys/kern/imgact_binmisc.c')
-rw-r--r-- | sys/kern/imgact_binmisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 04fecc67de13..afb1184f22ec 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -609,7 +609,6 @@ imgact_binmisc_exec(struct image_params *imgp) fname = sbuf_data(sname); } - /* * We need to "push" the interpreter in the arg[] list. To do this, * we first shift all the other values in the `begin_argv' area to @@ -707,7 +706,6 @@ imgact_binmisc_exec(struct image_params *imgp) if (!error) imgp->interpreter_name = imgp->args->begin_argv; - done: if (sname) sbuf_delete(sname); |