File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ set -o nounset
2727# see: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
2828set -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
3532export PS4=' +(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ set -o nounset
2626# see: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
2727set -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
3431export PS4=' +(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
You can’t perform that action at this time.
0 commit comments