From 055d961f84fcfb430aceb40bdb7932d962b143e9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 12 Jun 2000 09:27:09 +0000 Subject: 11867: restrict typeset -H application --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/builtin.c') diff --git a/Src/builtin.c b/Src/builtin.c index 950595c72..8ea88862f 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -1598,7 +1598,7 @@ typeset_single(char *cname, char *pname, Param pm, int func, if (usepm) { on &= ~PM_LOCAL; if (!on && !roff && !value) { - paramtab->printnode((HashNode)pm, 0); + paramtab->printnode((HashNode)pm, PRINT_INCLUDEVALUE); return pm; } if ((pm->flags & PM_RESTRICTED) && isset(RESTRICTED)) { -- cgit 1.4.1