[Fusionforge-commits] FusionForge branch master updated. 1100e188d3663a012fc6f2b3add8a1ff004df52c

Thorsten Glaser mirabilos at fusionforge.org
Fri May 23 11:03:50 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  1100e188d3663a012fc6f2b3add8a1ff004df52c (commit)
      from  d5105d6e025fd2aaa1453dd593e638e78e7b0e3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1100e188d3663a012fc6f2b3add8a1ff004df52c
Author: Thorsten Glaser <t.glaser at tarent.de>
Date:   Fri May 23 11:03:35 2014 +0200

    unset really huge temp var after using it, since POSIX sh has no “local”

diff --git a/src/plugins/scmhook/library/scmgit/hooks/postreceiveemail/post-receive-email b/src/plugins/scmhook/library/scmgit/hooks/postreceiveemail/post-receive-email
index 53f3627..ac6c64c 100755
--- a/src/plugins/scmhook/library/scmgit/hooks/postreceiveemail/post-receive-email
+++ b/src/plugins/scmhook/library/scmgit/hooks/postreceiveemail/post-receive-email
@@ -762,6 +762,7 @@ send_mail()
 	else
 		/usr/sbin/sendmail -t
 	fi
+	unset send_mail_x
 }
 
 # ---------------------------- main()

-----------------------------------------------------------------------

Summary of changes:
 .../scmhook/library/scmgit/hooks/postreceiveemail/post-receive-email  |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list