aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ftp.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
commitca83a06667dfb2acdee88b56d5c26ad89261651d (patch)
tree7be78a38c4a7e57c3d5a7ca72f815edcba6de65e /bash/bashrc.d/ftp.bash
parentPull Vim plugin submodules in separate target (diff)
downloaddotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.tar.gz
dotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.zip
Remove unnecessary null COMPREPLY assigns
Diffstat (limited to 'bash/bashrc.d/ftp.bash')
-rw-r--r--bash/bashrc.d/ftp.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/ftp.bash b/bash/bashrc.d/ftp.bash
index cbd7680e..85130d7a 100644
--- a/bash/bashrc.d/ftp.bash
+++ b/bash/bashrc.d/ftp.bash
@@ -5,7 +5,6 @@ _ftp() {
# Bail if the .netrc file is illegible
local netrc=$HOME/.netrc
if [[ ! -r $netrc ]] ; then
- COMPREPLY=()
return 1
fi