From 202a83d99581019d8bf215bfa04f6d30cf794578 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Jun 2014 11:03:30 -0400 Subject: Remember commit fb93f14? Use librelib instead. --- db-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-sync') 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 -- cgit v1.2.3-2-g168b