gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-248-gf5c363d


From: Ludovic Courtès
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-248-gf5c363d
Date: Sun, 27 Feb 2011 16:59:45 +0000

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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=f5c363dcaeb9ad068725c6c3c6e6b24266241ee4

The branch, master has been updated
       via  f5c363dcaeb9ad068725c6c3c6e6b24266241ee4 (commit)
      from  e3a820fcc10728fa70b3f7cb1cdb1b7add8678c4 (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 f5c363dcaeb9ad068725c6c3c6e6b24266241ee4
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 27 17:59:39 2011 +0100

    Avoid hard-coded /usr/bin/perl (trick taken from Gnulib.)

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

Summary of changes:
 doc/scripts/gdoc     |    4 +++-
 doc/scripts/sort2.pl |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index 13a37bd..e79d3af 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
+  & eval 'exec perl -wS "$0" $argv:q'
+    if 0;
 
 ## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 ##                    added -texinfo, -listfunc, -pkg-name
diff --git a/doc/scripts/sort2.pl b/doc/scripts/sort2.pl
index a4c71ef..171bab7 100755
--- a/doc/scripts/sort2.pl
+++ b/doc/scripts/sort2.pl
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
+  & eval 'exec perl -wS "$0" $argv:q'
+    if 0;
 
 sub key_of_record {
   local($record) = @_;


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]