From patchwork Fri Jan 8 13:11:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marko Myllynen X-Patchwork-Id: 10292 Received: (qmail 18198 invoked by alias); 8 Jan 2016 13:11:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 18187 invoked by uid 89); 8 Jan 2016 13:11:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=no version=3.3.2 spammy=spotted X-HELO: mx1.redhat.com Reply-To: myllynen@redhat.com Subject: Re: Make shebang interpreter directives consistent References: <564CAD90.7040506@redhat.com> <20160105005929.GH25548@vapier.lan> <568E2729.2030209@redhat.com> <87lh81yb6l.fsf@igel.home> To: libc-alpha@sourceware.org From: Marko Myllynen Message-ID: <568FB573.6090507@redhat.com> Date: Fri, 8 Jan 2016 15:11:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Hi, On 2016-01-07 13:49, Joseph Myers wrote: > On Thu, 7 Jan 2016, Andreas Schwab wrote: > >> These scripts are maintained by . > > 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 * 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, 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