diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 14:52:20 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 21:19:01 -0500 |
commit | 1d08899c3ac82047fe614a7694e5a7235f808cfd (patch) | |
tree | 9d7fd5fb09f11c77460992a0658556064dc19714 | |
parent | 0811dea8b9c695ed9e67b22d389142956bd1cdd8 (diff) |
Remove extra local_config loads.
Some files were loading local_config even if they did not use any
settings from it.
-rwxr-xr-x | any-to-ours | 1 | ||||
-rwxr-xr-x | db-cleanup | 1 | ||||
-rwxr-xr-x | get-repos | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/any-to-ours b/any-to-ours index a1d6686..b927b82 100755 --- a/any-to-ours +++ b/any-to-ours @@ -8,7 +8,6 @@ trap_exit() { } source $(dirname $0)/config -source $(dirname $0)/local_config source $(dirname $0)/libremessages # From makepkg @@ -16,7 +16,6 @@ trap_exit() { } source $(dirname $0)/config -source $(dirname $0)/local_config source $(dirname $0)/libremessages # From makepkg @@ -10,7 +10,6 @@ trap_exit() { } source $(dirname $0)/config -source $(dirname $0)/local_config source $(dirname $0)/libremessages # From makepkg |