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 changed files with 1 additions and 0 deletions

1
hosts
View File

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