aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/common/guts/execv.c')
-rw-r--r--ports/common/guts/execv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/common/guts/execv.c b/ports/common/guts/execv.c
index ba1ce65..6093e44 100644
--- a/ports/common/guts/execv.c
+++ b/ports/common/guts/execv.c
@@ -18,9 +18,9 @@
}
pseudo_setupenv();
- if (pseudo_has_unload(NULL))
+ if (pseudo_has_unload(NULL)) {
pseudo_dropenv();
-
+ }
/* if exec() fails, we may end up taking signals unexpectedly...
* not much we can do about that.
*/