From 733ee2eb2a62ff37204a443aea28ffec6264d54d Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 6 Nov 2000 07:06:03 +0000 Subject: Adapt nslookup for 13123. --- Functions/Misc/nslookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/nslookup') diff --git a/Functions/Misc/nslookup b/Functions/Misc/nslookup index d4f7e96b9..5b49ae9d2 100644 --- a/Functions/Misc/nslookup +++ b/Functions/Misc/nslookup @@ -24,7 +24,7 @@ zstyle -s ':nslookup' pager tmp && [[ -z "$pager" ]] && pager="${opager:-more}" (( $#pmpt )) || pmpt=(-p '> ') -zpty nslookup nslookup "$@" +zpty nslookup command nslookup "${(q)@}" zpty -r nslookup line '* > ' -- cgit 1.4.1