aboutsummaryrefslogtreecommitdiff
path: root/lib/envop.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/envop.c')
-rw-r--r--lib/envop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/envop.c b/lib/envop.c
index 80a8b6c..ce24b92 100644
--- a/lib/envop.c
+++ b/lib/envop.c
@@ -186,8 +186,7 @@ environ_set (environ_t *env, char const *name, char const *value)
| WRDSF_PATHEXPAND))
{
int ec = errno;
- if (ws.ws_errno != WRDSE_USAGE) /* FIXME */
- wordsplit_free (&ws);
+ wordsplit_free (&ws);
errno = ec;
return -1;
}

Return to:

Send suggestions and report system problems to the System administrator.