Make shebang interpreter directives consistent

This commit is contained in:
Marko Myllynen 2016-01-07 10:51:53 +02:00 committed by Mike Frysinger
parent d7f914848b
commit 48d0341cdd
66 changed files with 134 additions and 64 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl
# Shared code for glibc conformance tests. # Shared code for glibc conformance tests.

View File

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

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl
use GlibcConform; use GlibcConform;
use Getopt::Long; use Getopt::Long;

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /usr/bin/awk #!/usr/bin/awk
BEGIN { BEGIN {
FS=":"; FS=":";
count=0; count=0;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
OUTDIR=$1 OUTDIR=$1
shift shift

View File

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

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/gawk -f #!/usr/local/bin/gawk -f
BEGIN { BEGIN {
last_node=""; last_node="";
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
scripts/config.sub vendored
View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
bindir=$1 bindir=$1
VERSION=1.0 VERSION=1.0

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Merge test results of individual tests or subdirectories. # Merge test results of individual tests or subdirectories.
# 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.

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# rellns-sh - Simplified ln program to generate relative symbolic link. # rellns-sh - Simplified ln program to generate relative symbolic link.
# Copyright (C) 1996-2016 Free Software Foundation, Inc. # Copyright (C) 1996-2016 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, October 1996 # Written by Ulrich Drepper <drepper@cygnus.com>, October 1996

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl -w #!/usr/bin/perl -w
# 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.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997. # Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Update copyright year lists. # Update copyright year lists.
# 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.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing of printf. # Testing of printf.
# 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.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Testing the stdio implementation # Testing the stdio implementation
# 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.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Test of fmtmsg function family. # Test of fmtmsg function family.
# 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.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Bug 18125: Test the exit functionality of setcontext(). # Bug 18125: Test the exit functionality of setcontext().
# 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.

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/bin/bash
# Make sure no code in ld.so uses xmm/ymm/zmm registers on i386. # Make sure no code in ld.so uses xmm/ymm/zmm registers on i386.
# Copyright (C) 2009-2016 Free Software Foundation, Inc. # Copyright (C) 2009-2016 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# Usage: make-syscalls.sh ../sysdeps/unix/common # Usage: make-syscalls.sh ../sysdeps/unix/common
# Expects $sysdirs in environment. # Expects $sysdirs in environment.