aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/ftp.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/ftp.bash b/bash/bashrc.d/ftp.bash
index b57f307a..b8e8c55e 100644
--- a/bash/bashrc.d/ftp.bash
+++ b/bash/bashrc.d/ftp.bash
@@ -12,7 +12,7 @@ _ftp() {
# Tokenize the file
local -a tokens
- IFS=$' \t\n' read -a tokens -d '' -r < "$netrc"
+ read -a tokens -d '' -r < "$netrc"
# Iterate through tokens and collect machine names
local -a machines