summaryrefslogtreecommitdiff
path: root/etc/function
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-14 22:30:59 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-14 22:30:59 +0200
commitc7350a7364061ed891e29732e12e367ca3491e03 (patch)
tree118a733c0c87bf32e8d38e1543be6a5186d99e42 /etc/function
parenta8f94856e940595aa3ba0c79d4c7172d4cc58589 (diff)
etc/function: Nullglobbing is bad here
Diffstat (limited to 'etc/function')
-rw-r--r--etc/function2
1 files changed, 1 insertions, 1 deletions
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