aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-08 17:52:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-08 17:52:29 +1200
commitc60b048fe7c06b951c337431171be92b6b43d777 (patch)
treed469bca1c796fd392048328141dc9e3dbcde4df8 /bash/bashrc.d
parentGave up drinking (diff)
downloaddotfiles-c60b048fe7c06b951c337431171be92b6b43d777.tar.gz
dotfiles-c60b048fe7c06b951c337431171be92b6b43d777.zip
Remove unnecessary IFS definition
Diffstat (limited to 'bash/bashrc.d')
-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