summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-16 09:44:44 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-16 09:44:44 -0500
commitc76ecd8ae9425f0717f30cdac8e47485c887bcb6 (patch)
tree12d31e73cfaffa6578651b4d0843dd3ba867bcc4 /db-update
parentcad2d8b7075cb255f76e79c12c23acee94074514 (diff)
parent0f9c53d616116cac705b01bfabb2186506aac52a (diff)
Merge branch 'master' into cleanup
Conflicts: cron-jobs/ftpdir-cleanup cron-jobs/sourceballs db-functions db-move db-remove db-sync db-update get-repos local_config testing2x yf-update
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 2 insertions, 0 deletions
diff --git a/db-update b/db-update
index c4bd33b..f830e11 100755
--- a/db-update
+++ b/db-update
@@ -3,6 +3,8 @@
. "$(dirname "$(readlink -e "$0")")/config"
. "$(dirname "$(readlink -e "$0")")/db-functions"
+shopt -s nullglob
+
if [ $# -ge 1 ]; then
warning "Calling ${0##*/} with a specific repository is no longer supported"
exit 1