Use simpler `$IFS` setting.

This commit is contained in:
William Melody 2015-06-27 20:17:41 -07:00
parent 2693c62693
commit 3cfa2c8cf9
1 changed files with 1 additions and 1 deletions

2
hosts
View File

@ -30,7 +30,7 @@
set -o nounset set -o nounset
set -o errexit set -o errexit
set -o pipefail set -o pipefail
IFS="$(printf '\n\t')" IFS=$'\n\t'
############################################################################### ###############################################################################
# Globals # Globals