From 1d08899c3ac82047fe614a7694e5a7235f808cfd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 8 Jan 2014 14:52:20 -0500 Subject: Remove extra local_config loads. Some files were loading local_config even if they did not use any settings from it. --- db-cleanup | 1 - 1 file changed, 1 deletion(-) (limited to 'db-cleanup') diff --git a/db-cleanup b/db-cleanup index 841800b..abad390 100755 --- a/db-cleanup +++ b/db-cleanup @@ -16,7 +16,6 @@ trap_exit() { } source $(dirname $0)/config -source $(dirname $0)/local_config source $(dirname $0)/libremessages # From makepkg -- cgit v1.2.3