From 39bb8c9e8bf7616d26a1510834caf5849d12a1aa Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 29 Jul 2002 16:02:53 +0000 Subject: 17485?: Incorrect test for TYPESET_SILENT --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/builtin.c b/Src/builtin.c index 741ac2305..683cf0506 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -1691,7 +1691,7 @@ typeset_single(char *cname, char *pname, Param pm, int func, if (!on && !roff && !value) { if (ops['p']) paramtab->printnode((HashNode)pm, PRINT_TYPESET); - else if (unset(TYPESETSILENT) && !ops['m']) + else if (unset(TYPESETSILENT) || ops['m']) paramtab->printnode((HashNode)pm, PRINT_INCLUDEVALUE); return pm; } -- cgit 1.4.1