diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-31 16:06:19 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-01 22:04:41 -0500 |
commit | 877eaef7357c5ca171e15de16ffce055da68af2f (patch) | |
tree | 60b6a4bc42bae9b464034dda758cc15257653db5 /any-to-ours | |
parent | a9d3b75c29cc82346c17787456fed009392f2029 (diff) |
remove unnecessary loadings of local_config
Diffstat (limited to 'any-to-ours')
-rwxr-xr-x | any-to-ours | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/any-to-ours b/any-to-ours index 31fea5f..a1697c7 100755 --- a/any-to-ours +++ b/any-to-ours @@ -8,7 +8,6 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/local_config" source "$(dirname "$(readlink -e "$0")")/libremessages" # From makepkg |