r16618 - meta/hooks - Exit cleanly from the post-commit

Derek Atkins warlord at cvs.gnucash.org
Fri Dec 7 13:35:57 EST 2007


Author: warlord
Date: 2007-12-07 13:35:57 -0500 (Fri, 07 Dec 2007)
New Revision: 16618
Trac: http://svn.gnucash.org/trac/changeset/16618

Modified:
   meta/hooks/post-commit
Log:
Exit cleanly from the post-commit


Modified: meta/hooks/post-commit
===================================================================
--- meta/hooks/post-commit	2007-12-07 18:25:59 UTC (rev 16617)
+++ meta/hooks/post-commit	2007-12-07 18:35:57 UTC (rev 16618)
@@ -82,3 +82,6 @@
 # - If we find a log with 'BP' then send another email to gnucash-devel
 #[ `${SVNLOOK} info "${REPOS}" -r "${REV}" | ${EGREP} -c '^BP$'` != 0 ] && \
 #  "${COMMIT_EMAIL}" -n -bp -s "Backport Request:" "$REPOS" "$REV" gnucash-devel at gnucash.org
+
+# Make a clean exit
+exit 0



More information about the gnucash-changes mailing list