1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-28 20:30:47 +00:00

Set noglob to disable filename expansion (globbing).

This commit is contained in:
William Melody 2020-03-15 11:30:08 -07:00
parent 850f210a4f
commit fa9ba543f5

1
hosts
View File

@ -21,6 +21,7 @@
set -o nounset
set -o errexit
set -o pipefail
set -o noglob
IFS=$'\n\t'
###############################################################################