1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-31 13:40:46 +00:00

Use simpler $IFS setting.

This commit is contained in:
William Melody 2015-06-27 20:17:41 -07:00
parent 2693c62693
commit 3cfa2c8cf9

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