summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/alias.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/alias.c b/bin/sh/alias.c
index 2d605ec..3d6d8a1 100644
--- a/bin/sh/alias.c
+++ b/bin/sh/alias.c
@@ -109,6 +109,7 @@ setalias(name, val)
ap->val[len+1] = '\0';
}
#endif
+ ap->flag = 0;
ap->next = *app;
*app = ap;
INTON;
OpenPOWER on IntegriCloud