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 "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=9291740fc6bf7273d0b12d35aaa3277816679ef9 The branch, master has been updated via 9291740fc6bf7273d0b12d35aaa3277816679ef9 (commit) from ac5645c3ab4962706546a0c2f26521c4829329f0 (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 9291740fc6bf7273d0b12d35aaa3277816679ef9 Author: Simon Josefsson <[email protected]> Date: Mon Nov 21 10:47:13 2011 +0100 Don't hard code perl path in gdoc. ----------------------------------------------------------------------- Summary of changes: doc/gdoc | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/gdoc b/doc/gdoc index d46b238..975a85d 100755 --- a/doc/gdoc +++ b/doc/gdoc @@ -1,7 +1,9 @@ -#!/usr/bin/perl +eval '(exit $?0)' && eval 'exec perl -S "$0" ${1+"$@"}' + & eval 'exec perl -S "$0" $argv:q' + if 0; +# Generate documentation from source code. -## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -## 2011 Simon Josefsson +## Copyright (c) 2002-2011 Simon Josefsson ## added -texinfo, -listfunc, -pkg-name ## man page revamp ## various improvements hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
