Make shebang interpreter directives consistent

Undo changes in files maintained elsewhere.
This commit is contained in:
Marko Myllynen 2016-01-08 15:11:15 +02:00 committed by Mike Frysinger
parent d2de9ef7ad
commit bc49a7afd3
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
scriptversion=2009-04-28.21; # UTC