From 82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 9 Apr 2006 21:12:37 +0000 Subject: 22407: zsh-mime-handler now needs NULL_GLOB --- Functions/MIME/zsh-mime-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler index 34082011e..9e736b2cd 100644 --- a/Functions/MIME/zsh-mime-handler +++ b/Functions/MIME/zsh-mime-handler @@ -26,7 +26,7 @@ # it goes horribly wrong. emulate -L zsh -setopt extendedglob cbases +setopt extendedglob cbases nullglob # We need zformat from zsh/zutil for %s replacement. zmodload -i zsh/zutil -- cgit 1.4.1