mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Make shebang interpreter directives consistent
Undo changes in files maintained elsewhere.
This commit is contained in:
parent
d2de9ef7ad
commit
bc49a7afd3
@ -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
|
||||
|
2
scripts/config.guess
vendored
2
scripts/config.guess
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
|
2
scripts/config.sub
vendored
2
scripts/config.sub
vendored
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
# mkinstalldirs --- make directory hierarchy
|
||||
|
||||
scriptversion=2009-04-28.21; # UTC
|
||||
|
Loading…
Reference in New Issue
Block a user