Message ID | 568FB573.6090507@redhat.com |
---|---|
State | New |
Headers | show |
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.
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
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