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


Marko Myllynen <myllynen@redhat.com> writes:

> diff --git a/scripts/config.guess b/scripts/config.guess
> index dcd5149..8b42ae7 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 da6d1b6..738ff5c 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.
>  

These scripts are maintained by <config-patches@gnu.org>.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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