Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make shebang interpreter directives consistent
Undo changes in files maintained elsewhere.
  • Loading branch information
Marko Myllynen authored and Mike Frysinger committed Jan 8, 2016
1 parent d2de9ef commit bc49a7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion scripts/config.sub
@@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.

Expand Down
2 changes: 1 addition & 1 deletion scripts/mkinstalldirs
@@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
# mkinstalldirs --- make directory hierarchy

scriptversion=2009-04-28.21; # UTC
Expand Down

0 comments on commit bc49a7a

Please sign in to comment.