Add "shopt -s nullglob" to fix patch loop

This commit is contained in:
Ian Douglas Scott 2017-06-08 14:08:41 -07:00
parent 52db55a5ea
commit fc071063fe
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
shopt -s nullglob
source config.sh