From c7350a7364061ed891e29732e12e367ca3491e03 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 14 Apr 2009 22:30:59 +0200 Subject: etc/function: Nullglobbing is bad here --- etc/function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/function') diff --git a/etc/function b/etc/function index 1298058..63b0e98 100644 --- a/etc/function +++ b/etc/function @@ -7,7 +7,7 @@ autoload catch throw autoload zargs # own functions -autoload $ZDIR/functions/*(*N:t) +autoload $ZDIR/functions/*(*:t) function Start Stop Restart Reload { typeset script sudo -- cgit v1.2.3