summaryrefslogtreecommitdiff
path: root/src/funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/funcs.c')
-rw-r--r--src/funcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/funcs.c b/src/funcs.c
index a5cfc69..d3427d0 100644
--- a/src/funcs.c
+++ b/src/funcs.c
@@ -39,7 +39,7 @@
#endif
#endif
-__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.372 2020/04/13 19:51:07 tg Exp $");
+__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.373 2020/05/16 22:38:21 tg Exp $");
#if HAVE_KILLPG
/*
@@ -330,7 +330,7 @@ c_print(const char **wp)
#ifndef MKSH_MIDNIGHTBSD01ASH_COMPAT
Flag(FSH) ||
#endif
- Flag(FAS_BUILTIN)) {
+ as_builtin) {
/* BSD "echo" cmd, Debian Policy 10.4 compliant */
++wp;
bsd_echo: