From c7c797f0863c41f1e7ef9e17b408dab84ef493e6 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 18 Aug 2009 16:12:59 -0700 Subject: Use db-functions file everywhere This source the config file and gets us functions such as getpkgname which were duplicated elsewhere Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 1 - 1 file changed, 1 deletion(-) (limited to 'misc-scripts') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index bd27e86..f93ab2a 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -9,7 +9,6 @@ if [ $# -ne 3 -a $# -ne 4 ]; then exit 1 fi -. "$(dirname $0)/../config" . "$(dirname $0)/../db-functions" FORCE=0 -- cgit v1.2.3-24-g4f1b