summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-12 17:08:10 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-12 17:08:10 (EDT)
commit4b8def7a2f4b4df399762540acf2428146331a91 (patch)
treedd2ed06b35692a09605028fef82b677c769346a8 /src
parent22b003b01a7ed817464b2fc0b776f2c3fb0cb65c (diff)
Move init() and fini() calls into commands.
Now locking really isn't done for help and version commands.
Diffstat (limited to 'src')
-rw-r--r--src/pro-archman.sh2
1 files changed, 0 insertions, 2 deletions
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}