summaryrefslogtreecommitdiffstats
path: root/bin/update-addressbook
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-10 17:33:50 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-10 17:33:50 -0500
commit740df724f2b41fb6873c02d4282ffebbe7831427 (patch)
tree65c1cb4d21927ecb26942db7c98b96516520e26c /bin/update-addressbook
parent1806b6def4d51668ede28067e9787687d448e299 (diff)
downloadconf-740df724f2b41fb6873c02d4282ffebbe7831427.tar.gz
conf-740df724f2b41fb6873c02d4282ffebbe7831427.zip
main doesn't return an exit code here
Diffstat (limited to 'bin/update-addressbook')
-rwxr-xr-xbin/update-addressbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-addressbook b/bin/update-addressbook
index ce15dba..4683e86 100755
--- a/bin/update-addressbook
+++ b/bin/update-addressbook
@@ -273,4 +273,4 @@ sub main($addressbook, $maildir) {
$writer->write_file(\%new_abook, $addressbook);
}
-exit(main(@ARGV));
+main(@ARGV);