Merge pull request #1060 from filbranden/clear_ifs1

Do not set IFS to the wrong value
pull/6/head
Joe Beda 2014-08-27 13:56:59 -07:00
commit 3a582c9dbf
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
# exit on any error
set -eu
set -o pipefail
IFS=$'\n\t'
SCRIPT_DIR=$(CDPATH="" cd $(dirname $0); pwd)