Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make shebang interpreter directives consistent
  • Loading branch information
Marko Myllynen authored and Mike Frysinger committed Jan 7, 2016
1 parent d7f9148 commit 48d0341
Show file tree
Hide file tree
Showing 66 changed files with 134 additions and 64 deletions.
58 changes: 58 additions & 0 deletions ChangeLog
@@ -1,3 +1,61 @@
2016-01-07 Marko Myllynen <myllynen@redhat.com>

* catgets/test-gencat.sh: Remove space after shebang.
* conform/GlibcConform.pm: Likewise.
* conform/check-header-lists.sh: Likewise.
* conform/conformtest.pl: Likewise.
* conform/linknamespace.pl: Likewise.
* conform/list-header-symbols.pl: Likewise.
* debug/catchsegv.sh: Likewise.
* elf/genrtldtbl.awk: Likewise.
* elf/tst-pathopt.sh: Likewise.
* elf/tst-rtld-load-self.sh: Likewise.
* grp/tst_fgetgrent.sh: Likewise.
* iconvdata/gen-8bit-gap-1.sh: Likewise.
* iconvdata/gen-8bit-gap.sh: Likewise.
* iconvdata/gen-8bit.sh: Likewise.
* iconvdata/run-iconv-test.sh: Likewise.
* intl/tst-gettext.sh: Likewise.
* intl/tst-gettext2.sh: Likewise.
* intl/tst-gettext4.sh: Likewise.
* intl/tst-gettext6.sh: Likewise.
* intl/tst-translit.sh: Likewise.
* io/ftwtest-sh: Likewise.
* libio/test-freopen.sh: Likewise.
* locale/gen-translit.pl: Likewise.
* malloc/tst-mtrace.sh: Likewise.
* manual/check-safety.sh: Likewise.
* manual/libc-texinfo.sh: Likewise.
* manual/tsort.awk: Likewise.
* manual/xtract-typefun.awk: Likewise.
* nptl/tst-cancel-wrappers.sh: Likewise.
* nptl/tst-tls6.sh: Likewise.
* posix/globtest.sh: Likewise.
* posix/tst-getconf.sh: Likewise.
* posix/wordexp-tst.sh: Likewise.
* scripts/check-c++-types.sh: Likewise.
* scripts/check-local-headers.sh: Likewise.
* scripts/config.guess: Likewise.
* scripts/config.sub: Likewise.
* scripts/cpp: Likewise.
* scripts/cross-test-ssh.sh: Likewise.
* scripts/documented.sh: Likewise.
* scripts/evaluate-test.sh: Likewise.
* scripts/gen-libc-abis: Likewise.
* scripts/gen-sorted.awk: Likewise.
* scripts/list-fixed-bugs.py: Likewise.
* scripts/merge-test-results.sh: Likewise.
* scripts/mkinstalldirs: Likewise.
* scripts/rellns-sh: Likewise.
* scripts/test-installation.pl: Likewise.
* scripts/update-copyrights: Likewise.
* stdio-common/tst-printf.sh: Likewise.
* stdio-common/tst-unbputc.sh: Likewise.
* stdlib/tst-fmtmsg.sh: Likewise.
* stdlib/tst-setcontext3.sh: Likewise.
* sysdeps/i386/tst-ld-sse-use.sh: Likewise.
* sysdeps/unix/make-syscalls.sh: Likewise.

2016-01-06 John David Anglin <dave.anglin@bell.net> 2016-01-06 John David Anglin <dave.anglin@bell.net>


* sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
Expand Down
2 changes: 1 addition & 1 deletion catgets/test-gencat.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test escape character handling in gencat. # Test escape character handling in gencat.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion conform/GlibcConform.pm
@@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl


# Shared code for glibc conformance tests. # Shared code for glibc conformance tests.


Expand Down
2 changes: 1 addition & 1 deletion conform/check-header-lists.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Check the set of headers with conformtest expectations for a given standard. # Check the set of headers with conformtest expectations for a given standard.
# Copyright (C) 2014-2016 Free Software Foundation, Inc. # Copyright (C) 2014-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion conform/conformtest.pl
@@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl


use GlibcConform; use GlibcConform;
use Getopt::Long; use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion conform/linknamespace.pl
@@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl


# Check that use of symbols declared in a given header does not result # Check that use of symbols declared in a given header does not result
# in any symbols being brought in that are not reserved with external # in any symbols being brought in that are not reserved with external
Expand Down
2 changes: 1 addition & 1 deletion conform/list-header-symbols.pl
@@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl


# Print a list of symbols exported by some headers that would # Print a list of symbols exported by some headers that would
# otherwise be in the user's namespace. # otherwise be in the user's namespace.
Expand Down
2 changes: 1 addition & 1 deletion debug/catchsegv.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
Expand Down
2 changes: 1 addition & 1 deletion elf/genrtldtbl.awk
@@ -1,4 +1,4 @@
#! /usr/bin/awk #!/usr/bin/awk
BEGIN { BEGIN {
FS=":"; FS=":";
count=0; count=0;
Expand Down
2 changes: 1 addition & 1 deletion elf/tst-pathopt.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test lookup path optimization. # Test lookup path optimization.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion elf/tst-rtld-load-self.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test how rtld loads itself. # Test how rtld loads itself.
# Copyright (C) 2012-2016 Free Software Foundation, Inc. # Copyright (C) 2012-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion grp/tst_fgetgrent.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Copyright (C) 1999-2016 Free Software Foundation, Inc. # Copyright (C) 1999-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999. # Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
Expand Down
2 changes: 1 addition & 1 deletion iconvdata/gen-8bit-gap-1.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
echo "static const uint32_t iso88597_to_ucs4[96] = {" echo "static const uint32_t iso88597_to_ucs4[96] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \ sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\([A-Fa-f].\).*/ [0x\2 - 0xA0] = 0x\1,/p' \ -e 's/^<U\(....\)>[[:space:]]*.x\([A-Fa-f].\).*/ [0x\2 - 0xA0] = 0x\1,/p' \
Expand Down
2 changes: 1 addition & 1 deletion iconvdata/gen-8bit-gap.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
echo "static const uint32_t to_ucs4[256] = {" echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \ sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \ -e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
Expand Down
2 changes: 1 addition & 1 deletion iconvdata/gen-8bit.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
echo "static const uint32_t to_ucs4[256] = {" echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \ sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \ -e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
Expand Down
2 changes: 1 addition & 1 deletion iconvdata/run-iconv-test.sh
@@ -1,4 +1,4 @@
#! /bin/sh -f #!/bin/sh -f
# Run available iconv(1) tests. # Run available iconv(1) tests.
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion intl/tst-gettext.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test of gettext functions. # Test of gettext functions.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion intl/tst-gettext2.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test of gettext functions. # Test of gettext functions.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion intl/tst-gettext4.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test that gettext() in multithreaded applications works correctly if # Test that gettext() in multithreaded applications works correctly if
# different threads operate in different locales with the same encoding. # different threads operate in different locales with the same encoding.
# Copyright (C) 2001-2016 Free Software Foundation, Inc. # Copyright (C) 2001-2016 Free Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion intl/tst-gettext6.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test that gettext() in multithreaded applications works correctly. # Test that gettext() in multithreaded applications works correctly.
# Copyright (C) 2008-2016 Free Software Foundation, Inc. # Copyright (C) 2008-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion intl/tst-translit.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test of transliteration in gettext functions. # Test of transliteration in gettext functions.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion io/ftwtest-sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test for nftw(3). # Test for nftw(3).
# Copyright (C) 1997-2016 Free Software Foundation, Inc. # Copyright (C) 1997-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion libio/test-freopen.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test of freopen. # Test of freopen.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion locale/gen-translit.pl
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w #!/usr/bin/perl -w
open F, "cat C-translit.h.in | gcc -E - |" || die "Cannot preprocess input file"; open F, "cat C-translit.h.in | gcc -E - |" || die "Cannot preprocess input file";




Expand Down
12 changes: 12 additions & 0 deletions localedata/ChangeLog
@@ -1,3 +1,15 @@
2016-01-07 Marko Myllynen <myllynen@redhat.com>

* gen-locale.sh: Remove space after shebang.
* sort-test.sh: Likewise.
* tst-ctype.sh: Likewise.
* tst-fmon.sh: Likewise.
* tst-langinfo.sh: Likewise.
* tst-locale.sh: Likewise.
* tst-numeric.sh: Likewise.
* tst-rpmatch.sh: Likewise.
* tst-trans.sh: Likewise.

2016-01-04 Joseph Myers <joseph@codesourcery.com> 2016-01-04 Joseph Myers <joseph@codesourcery.com>


* All files with FSF copyright notices: Update copyright dates * All files with FSF copyright notices: Update copyright dates
Expand Down
2 changes: 1 addition & 1 deletion localedata/gen-locale.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Generate test locale files. # Generate test locale files.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/sort-test.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test collation using xfrm-test. # Test collation using xfrm-test.
# Copyright (C) 1997-2016 Free Software Foundation, Inc. # Copyright (C) 1997-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-ctype.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the implementation of the isxxx() and toxxx() functions. # Testing the implementation of the isxxx() and toxxx() functions.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-fmon.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the implementation of strfmon(3). # Testing the implementation of strfmon(3).
# Copyright (C) 1996-2016 Free Software Foundation, Inc. # Copyright (C) 1996-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-langinfo.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test nl_langinfo. # Test nl_langinfo.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-locale.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the implementation of localedata. # Testing the implementation of localedata.
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-numeric.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the implementation of LC_NUMERIC and snprintf(3). # Testing the implementation of LC_NUMERIC and snprintf(3).
# Copyright (C) 1996-2016 Free Software Foundation, Inc. # Copyright (C) 1996-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-rpmatch.sh
@@ -1,4 +1,4 @@
#! /bin/sh -f #!/bin/sh -f
# #
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library and contains tests for # This file is part of the GNU C Library and contains tests for
Expand Down
2 changes: 1 addition & 1 deletion localedata/tst-trans.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test character mapping definitions. # Test character mapping definitions.
# Copyright (C) 1999-2016 Free Software Foundation, Inc. # Copyright (C) 1999-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion malloc/tst-mtrace.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the mtrace function. # Testing the mtrace function.
# Copyright (C) 2000-2016 Free Software Foundation, Inc. # Copyright (C) 2000-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion manual/check-safety.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh


# Copyright 2014-2016 Free Software Foundation, Inc. # Copyright 2014-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion manual/libc-texinfo.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh


OUTDIR=$1 OUTDIR=$1
shift shift
Expand Down
2 changes: 1 addition & 1 deletion manual/tsort.awk
@@ -1,4 +1,4 @@
#! /usr/bin/awk -f #!/usr/bin/awk -f
# Generate topologically sorted list of manual chapters. # Generate topologically sorted list of manual chapters.
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, 1998. # Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
Expand Down
2 changes: 1 addition & 1 deletion manual/xtract-typefun.awk
@@ -1,4 +1,4 @@
#! /usr/local/bin/gawk -f #!/usr/local/bin/gawk -f
BEGIN { BEGIN {
last_node=""; last_node="";
} }
Expand Down
2 changes: 1 addition & 1 deletion nptl/tst-cancel-wrappers.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test whether all cancelable functions are cancelable. # Test whether all cancelable functions are cancelable.
# Copyright (C) 2002-2016 Free Software Foundation, Inc. # Copyright (C) 2002-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion nptl/tst-tls6.sh
@@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# A tls test. # A tls test.
# Copyright (C) 2003-2016 Free Software Foundation, Inc. # Copyright (C) 2003-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion posix/globtest.sh
@@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# Test for glob(3). # Test for glob(3).
# Copyright (C) 1997-2016 Free Software Foundation, Inc. # Copyright (C) 1997-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion posix/tst-getconf.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test for getconf(1). # Test for getconf(1).
# Copyright (C) 2001-2016 Free Software Foundation, Inc. # Copyright (C) 2001-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion posix/wordexp-tst.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test for wordexp(3). # Test for wordexp(3).
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-c++-types.sh
@@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# Copyright (C) 2003-2016 Free Software Foundation, Inc. # Copyright (C) 2003-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.


Expand Down
2 changes: 1 addition & 1 deletion scripts/check-local-headers.sh
@@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# Copyright (C) 2005-2016 Free Software Foundation, Inc. # Copyright (C) 2005-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.


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. # Attempt to guess a canonical system name.
# Copyright 1992-2016 Free Software Foundation, Inc. # 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. # Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc. # Copyright 1992-2016 Free Software Foundation, Inc.


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


# This script is used solely by rpcgen when run by sunrpc/Makefile, # This script is used solely by rpcgen when run by sunrpc/Makefile,
# which passes CPP in the environment to tell us what to run. # which passes CPP in the environment to tell us what to run.
Expand Down
2 changes: 1 addition & 1 deletion scripts/cross-test-ssh.sh
@@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# Run a testcase on a remote system, via ssh. # Run a testcase on a remote system, via ssh.
# Copyright (C) 2012-2016 Free Software Foundation, Inc. # Copyright (C) 2012-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion scripts/documented.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
bindir=$1 bindir=$1


VERSION=1.0 VERSION=1.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/evaluate-test.sh
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Output a test status line. # Output a test status line.
# Copyright (C) 2012-2016 Free Software Foundation, Inc. # Copyright (C) 2012-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-libc-abis
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
triple="$1" triple="$1"


printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n" printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n"
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-sorted.awk
@@ -1,4 +1,4 @@
#! /usr/bin/awk -f #!/usr/bin/awk -f
# Generate sorted list of directories. The sorting is stable but with # Generate sorted list of directories. The sorting is stable but with
# dependencies between directories resolved by moving dependees in front. # dependencies between directories resolved by moving dependees in front.
# Copyright (C) 1998-2016 Free Software Foundation, Inc. # Copyright (C) 1998-2016 Free Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion scripts/list-fixed-bugs.py
@@ -1,4 +1,4 @@
#! /usr/bin/python3 #!/usr/bin/python3
# Copyright (C) 2015-2016 Free Software Foundation, Inc. # Copyright (C) 2015-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# #
Expand Down

0 comments on commit 48d0341

Please sign in to comment.