Make shebang interpreter directives consistent
Marko Myllynen
myllynen@redhat.com
Fri Jan 8 13:11:00 GMT 2016
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
More information about the Libc-alpha
mailing list