This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-657-gbc49a7a


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 C Library master sources".

The branch, master has been updated
       via  bc49a7afd38c1bd00f0ad9fd6592a5959d5ba72e (commit)
      from  d2de9ef7ad35341fd6f098f7e84a1128f2027d0c (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bc49a7afd38c1bd00f0ad9fd6592a5959d5ba72e

commit bc49a7afd38c1bd00f0ad9fd6592a5959d5ba72e
Author: Marko Myllynen <myllynen@redhat.com>
Date:   Fri Jan 8 15:11:15 2016 +0200

    Make shebang interpreter directives consistent
    
    Undo changes in files maintained elsewhere.

diff --git a/ChangeLog b/ChangeLog
index df4d15a..704c80f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-08  Marko Myllynen  <myllynen@redhat.com>
+
+	* scripts/config.guess: Revert previous shebang change.
+	* scripts/config.sub: Likewise.
+	* scripts/mkinstalldirs: Likewise.
+
 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
diff --git a/scripts/config.guess b/scripts/config.guess
index 8b42ae7..dcd5149 100755
--- a/scripts/config.guess
+++ b/scripts/config.guess
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
diff --git a/scripts/config.sub b/scripts/config.sub
index 738ff5c..da6d1b6 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs
index a17570a..55d537f 100755
--- a/scripts/mkinstalldirs
+++ b/scripts/mkinstalldirs
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # mkinstalldirs --- make directory hierarchy
 
 scriptversion=2009-04-28.21; # UTC

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

Summary of changes:
 ChangeLog             |    6 ++++++
 scripts/config.guess  |    2 +-
 scripts/config.sub    |    2 +-
 scripts/mkinstalldirs |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]