diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-14 22:30:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-14 22:30:59 +0200 |
commit | c7350a7364061ed891e29732e12e367ca3491e03 (patch) | |
tree | 118a733c0c87bf32e8d38e1543be6a5186d99e42 /etc | |
parent | a8f94856e940595aa3ba0c79d4c7172d4cc58589 (diff) |
etc/function: Nullglobbing is bad here
Diffstat (limited to 'etc')
-rw-r--r-- | etc/function | 2 |
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 |