missed one FKSH use
This commit is contained in:
4
funcs.c
4
funcs.c
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.183 2011/04/09 15:14:52 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.184 2011/04/09 15:21:36 tg Exp $");
|
||||||
|
|
||||||
#if HAVE_KILLPG
|
#if HAVE_KILLPG
|
||||||
/*
|
/*
|
||||||
@ -820,7 +820,7 @@ c_typeset(const char **wp)
|
|||||||
continue;
|
continue;
|
||||||
if (thing == '-')
|
if (thing == '-')
|
||||||
fpFUNCTf(shl_stdout, 0,
|
fpFUNCTf(shl_stdout, 0,
|
||||||
vp->flag & FKSH,
|
tobool(vp->flag & FKSH),
|
||||||
vp->name, vp->val.t);
|
vp->name, vp->val.t);
|
||||||
else
|
else
|
||||||
shf_puts(vp->name, shl_stdout);
|
shf_puts(vp->name, shl_stdout);
|
||||||
|
Reference in New Issue
Block a user