summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-04-29 10:10:43 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-04-29 10:10:43 +0200
commit33cfe12c34747bd52e2730e45566e5b21cd76153 (patch)
tree585d67a38d49fb8c796bc014277ac6c17cab0427 /db-update
parent180e655748dc6fd8c62ca7fa269e4f614ac1e8ca (diff)
downloaddbscripts-33cfe12c34747bd52e2730e45566e5b21cd76153.tar.gz
dbscripts-33cfe12c34747bd52e2730e45566e5b21cd76153.tar.xz
Source the config before the functions as the latter references the former
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index a9d307f..8be0d54 100755
--- a/db-update
+++ b/db-update
@@ -1,7 +1,7 @@
#!/bin/bash
-. "$(dirname $0)/db-functions"
. "$(dirname $0)/config"
+. "$(dirname $0)/db-functions"
if [ $# -ge 1 ]; then
warning "Calling ${0##*/} with a specific repository is no longer supported"