summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 11:03:30 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 11:03:30 -0400
commit202a83d99581019d8bf215bfa04f6d30cf794578 (patch)
tree53f9784aa86520dac7655d2d39b58a34e9e1d398 /db-sync
parent43f8af33f08924092826e2094d15be704e842f3a (diff)
Remember commit fb93f14? Use librelib instead.
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync b/db-sync
index 2a0e8e1..8b74244 100755
--- a/db-sync
+++ b/db-sync
@@ -193,7 +193,7 @@ trap_exit() {
source "$(dirname "$(readlink -e "$0")")/config"
source "$(dirname "$(readlink -e "$0")")/db-sync.conf"
-source "$(dirname "$(readlink -e "$0")")/db-functions"
+source "$(librelib messages)"
# Check variables presence
for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do