]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make shebang interpreter directives consistent
authorMarko Myllynen <myllynen@redhat.com>
Fri, 8 Jan 2016 13:11:15 +0000 (15:11 +0200)
committerMike Frysinger <vapier@gentoo.org>
Fri, 8 Jan 2016 19:09:06 +0000 (14:09 -0500)
Undo changes in files maintained elsewhere.

ChangeLog
scripts/config.guess
scripts/config.sub
scripts/mkinstalldirs

index df4d15a2450cb42ec846b2bca71a1464523a6464..704c80fca72b17eaa30c7e044381fca48a5e74ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-08  Marko Myllynen  <myllynen@redhat.com>
+
+       * scripts/config.guess: Revert previous shebang change.
+       * scripts/config.sub: Likewise.
+       * scripts/mkinstalldirs: Likewise.
+
 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
index 8b42ae7161638d017e9e59a8e44e8fca69229c5e..dcd5149681df0b156c44abeefedad110f32f4d7b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
index 738ff5cbb8d91f5a7797f8784a431917ad668879..da6d1b6826a280f37182772f982ebff1498708ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
index a17570aca95312c641b25a5b62927b1ca24bf51c..55d537f872ccde377e96a1f34e37624a06834b26 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 # mkinstalldirs --- make directory hierarchy
 
 scriptversion=2009-04-28.21; # UTC