This is the mail archive of the libc-alpha@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]

Re: Make shebang interpreter directives consistent


Hi,

On 2016-01-07 13:49, Joseph Myers wrote:
> On Thu, 7 Jan 2016, Andreas Schwab wrote:
> 
>> These scripts are maintained by <config-patches@gnu.org>.
> 
> And mkinstalldirs comes from automake.  All three should have the local 
> changes to them reverted so they are identical to the upstream versions 
> again.

I should have spotted those, especially since you just few days ago
updated them from upstream.


2016-01-08  Marko Myllynen  <myllynen@redhat.com>

	* scripts/config.guess: Revert previous change.
	* scripts/config.sub: Likewise.
	* scripts/mkinstalldirs: Likewise.


---
 scripts/config.guess  | 2 +-
 scripts/config.sub    | 2 +-
 scripts/mkinstalldirs | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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


Thanks,

-- 
Marko Myllynen


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