summaryrefslogtreecommitdiffstats
path: root/db-remove
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-remove
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-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index 512ce51..da32c78 100755
--- a/db-remove
+++ b/db-remove
@@ -1,7 +1,7 @@
#!/bin/bash
-. "$(dirname $0)/db-functions"
. "$(dirname $0)/config"
+. "$(dirname $0)/db-functions"
if [ $# -lt 3 ]; then
msg "usage: ${0##*/} <repo> <arch> <pkgname|pkgbase> ..."