Skip to content

Commit 855e325

Browse files
committed
Removed less eager splitting via IFS on the request of @brikis98
1 parent cf1efa8 commit 855e325

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.circleci/shellcheck.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ set -o nounset
2727
# see: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
2828
set -o pipefail
2929

30-
# Less eager word splitting - no space.
31-
IFS=$'\n\t'
32-
3330
# Make debugging easier when you use `set -x`
3431
# See: http://wiki.bash-hackers.org/scripting/debuggingtips#making_xtrace_more_useful
3532
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'

modules/bash-commons/src/bootstrap.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ set -o nounset
2626
# see: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
2727
set -o pipefail
2828

29-
# Less eager word splitting - no space.
30-
IFS=$'\n\t'
31-
3229
# Make debugging easier when you use `set -x`
3330
# See: http://wiki.bash-hackers.org/scripting/debuggingtips#making_xtrace_more_useful
3431
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'

0 commit comments

Comments
 (0)