diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-19 01:12:59 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-19 01:12:59 +0200 |
commit | c7c797f0863c41f1e7ef9e17b408dab84ef493e6 (patch) | |
tree | 562d0fbe1628b9ab2bd05f2b6b0a8966b6c722f7 /misc-scripts | |
parent | 49fb4d75ea83dca2ed4653e8454c478c1fd0555a (diff) | |
download | dbscripts-c7c797f0863c41f1e7ef9e17b408dab84ef493e6.tar.gz dbscripts-c7c797f0863c41f1e7ef9e17b408dab84ef493e6.tar.xz |
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts')
-rwxr-xr-x | misc-scripts/make-sourceball | 1 |
1 files changed, 0 insertions, 1 deletions
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 |