From 4b8def7a2f4b4df399762540acf2428146331a91 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 12 Oct 2013 17:08:10 -0400 Subject: Move init() and fini() calls into commands. Now locking really isn't done for help and version commands. --- (limited to 'src/pro-archman.sh') diff --git a/src/pro-archman.sh b/src/pro-archman.sh index b2894ae..11ec0d8 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -104,10 +104,8 @@ main() run_cmd "${opt_cmd}" "${@}" status=${?} else - init run_cmd "${@}" status=${?} - fini fi return ${status} -- cgit v0.9.1