@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test escape character handling in gencat.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for GNU C Library (see version.h).
#
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# Shared code for glibc conformance tests.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Check the set of headers with conformtest expectations for a given
standard.
# Copyright (C) 2014-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
use GlibcConform;
use Getopt::Long;
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# 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
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
# Print a list of symbols exported by some headers that would
# otherwise be in the user's namespace.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -1,4 +1,4 @@
-#! /usr/bin/awk
+#!/usr/bin/awk
BEGIN {
FS=":";
count=0;
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test lookup path optimization.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test how rtld loads itself.
# Copyright (C) 2012-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Copyright (C) 1999-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t iso88597_to_ucs4[96] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\([A-Fa-f].\).*/ [0x\2 - 0xA0] =
0x\1,/p' \
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
echo "static const uint32_t to_ucs4[256] = {"
sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d;/^END/q' \
-e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
# Run available iconv(1) tests.
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test of gettext functions.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test of gettext functions.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test that gettext() in multithreaded applications works correctly if
# different threads operate in different locales with the same encoding.
# Copyright (C) 2001-2015 Free Software Foundation, Inc.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test that gettext() in multithreaded applications works correctly.
# Copyright (C) 2008-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test of transliteration in gettext functions.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test for nftw(3).
# Copyright (C) 1997-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test of freopen.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -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";
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Generate test locale files.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test collation using xfrm-test.
# Copyright (C) 1997-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the implementation of the isxxx() and toxxx() functions.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the implementation of strfmon(3).
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test nl_langinfo.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the implementation of localedata.
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the implementation of LC_NUMERIC and snprintf(3).
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
#
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library and contains tests for
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test character mapping definitions.
# Copyright (C) 1999-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the mtrace function.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Copyright 2014-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
OUTDIR=$1
shift
@@ -1,4 +1,4 @@
-#! /usr/bin/awk -f
+#!/usr/bin/awk -f
# Generate topologically sorted list of manual chapters.
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -1,4 +1,4 @@
-#! /usr/local/bin/gawk -f
+#!/usr/local/bin/gawk -f
BEGIN {
last_node="";
}
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test whether all cancelable functions are cancelable.
# Copyright (C) 2002-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# A tls test.
# Copyright (C) 2003-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Test for glob(3).
# Copyright (C) 1997-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test for getconf(1).
# Copyright (C) 2001-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test for wordexp(3).
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Copyright (C) 2003-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Copyright (C) 2005-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Attempt to guess a canonical system name.
# Copyright 1992-2014 Free Software Foundation, Inc.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Configuration validation subroutine script.
# Copyright 1992-2014 Free Software Foundation, Inc.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# This script is used solely by rpcgen when run by sunrpc/Makefile,
# which passes CPP in the environment to tell us what to run.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Run a testcase on a remote system, via ssh.
# Copyright (C) 2012-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
bindir=$1
VERSION=1.0
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Output a test status line.
# Copyright (C) 2012-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
triple="$1"
printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n"
@@ -1,4 +1,4 @@
-#! /usr/bin/awk -f
+#!/usr/bin/awk -f
# Generate sorted list of directories. The sorting is stable but with
# dependencies between directories resolved by moving dependees in front.
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#!/usr/bin/python3
# Copyright (C) 2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Merge test results of individual tests or subdirectories.
# Copyright (C) 2014-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# mkinstalldirs --- make directory hierarchy
scriptversion=2009-04-28.21; # UTC
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# rellns-sh - Simplified ln program to generate relative symbolic link.
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, October 1996
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
# Copyright (C) 1997-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Update copyright year lists.
# Copyright (C) 2012-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing of printf.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Testing the stdio implementation
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Test of fmtmsg function family.
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Bug 18125: Test the exit functionality of setcontext().
# Copyright (C) 2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Make sure no code in ld.so uses xmm/ymm/zmm registers on i386.
# Copyright (C) 2009-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Usage: make-syscalls.sh ../sysdeps/unix/common
# Expects $sysdirs in environment.