summaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lash.c b/lash.c
index 28015cb..89325b6 100644
--- a/lash.c
+++ b/lash.c
@@ -426,6 +426,7 @@ static int builtin_export(struct child_prog *child)
for (e = environ; *e; e++) {
printf( "%s\n", *e);
}
+ return 0;
}
res = putenv(v);
if (res)