diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-10-20 22:50:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-10-20 22:50:27 +0200 |
commit | 9216ee2c5b45c2c2e6a422c2d3edea3e67a6fde9 (patch) | |
tree | a99d866f5a81c4e271dd41bd0d5440dfa71d1d5e /etc/functions/off | |
parent | e2707f4d9fe6f792427fb08cfdc58354f29de5b0 (diff) |
functions: Don't autoload functions which are already loaded
Diffstat (limited to 'etc/functions/off')
-rw-r--r-- | etc/functions/off | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/functions/off b/etc/functions/off index 53f9343..f1c104d 100644 --- a/etc/functions/off +++ b/etc/functions/off @@ -4,7 +4,6 @@ ## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> -autoload warn fdie typeset filesystem garbage file typeset -a filesystems typeset tune2fs |