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/put | |
parent | e2707f4d9fe6f792427fb08cfdc58354f29de5b0 (diff) |
functions: Don't autoload functions which are already loaded
Diffstat (limited to 'etc/functions/put')
-rw-r--r-- | etc/functions/put | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put index f2d5408..f0be248 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -5,7 +5,6 @@ ## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> -autoload check_com fdie warn typeset hostname typeset -a ssh_options hosts typeset target_dir server_prefix |