aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ftp.bash
diff options
context:
space:
mode:
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