From c2f1951ba3e18f8da62cfcb2deb085f2ee1f8d5b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 17 Jan 2017 10:05:32 +0000 Subject: 40369: code should have been committed with 0a2d92f98 --- Src/builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/builtin.c b/Src/builtin.c index a683032a1..b1b6e2e30 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -3747,7 +3747,7 @@ bin_whence(char *nam, char **argv, Options ops, int func) } else { if (v && !csh) zputs(*argv, stdout), fputs(" is ", stdout); - zputs(buf, stdout); + quotedzputs(buf, stdout); if (OPT_ISSET(ops,'s') || OPT_ISSET(ops, 'S')) print_if_link(buf, OPT_ISSET(ops, 'S')); fputc('\n', stdout); @@ -3779,7 +3779,7 @@ bin_whence(char *nam, char **argv, Options ops, int func) } else { if (v && !csh) zputs(*argv, stdout), fputs(" is ", stdout); - zputs(cnam, stdout); + quotedzputs(cnam, stdout); if (OPT_ISSET(ops,'s') || OPT_ISSET(ops,'S')) print_if_link(cnam, OPT_ISSET(ops,'S')); fputc('\n', stdout); -- cgit 1.4.1