summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-remove6
1 files changed, 3 insertions, 3 deletions
diff --git a/db-remove b/db-remove
index 188cc60..8dabb18 100755
--- a/db-remove
+++ b/db-remove
@@ -1,13 +1,13 @@
#!/bin/bash
+. "$(dirname $0)/db-functions"
+. "$(dirname $0)/config"
+
if [ $# -ne 3 ]; then
msg "usage: $(basename $0) <pkgname|pkgbase> <repo> <arch>"
exit 1
fi
-. "$(dirname $0)/db-functions"
-. "$(dirname $0)/config"
-
pkgbase="$1"
repo="$2"
arch="$3"