Make shebang interpreter directives consistent

Message ID 568FB573.6090507@redhat.com
State Committed
Headers

Commit Message

Marko Myllynen Jan. 8, 2016, 1:11 p.m. UTC
  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(-)



Thanks,
  

Comments

Joseph Myers Jan. 8, 2016, 5:49 p.m. UTC | #1
On Fri, 8 Jan 2016, Marko Myllynen wrote:

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

Please commit this reversion.
  
Mike Frysinger Jan. 8, 2016, 7:09 p.m. UTC | #2
On 08 Jan 2016 15:11, Marko Myllynen wrote:
> 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.

pushed now
-mike
  

Patch

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