]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make shebang interpreter directives consistent
authorMarko Myllynen <myllynen@redhat.com>
Thu, 7 Jan 2016 08:51:53 +0000 (10:51 +0200)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Jan 2016 09:03:21 +0000 (04:03 -0500)
66 files changed:
ChangeLog
catgets/test-gencat.sh
conform/GlibcConform.pm
conform/check-header-lists.sh
conform/conformtest.pl
conform/linknamespace.pl
conform/list-header-symbols.pl
debug/catchsegv.sh
elf/genrtldtbl.awk
elf/tst-pathopt.sh
elf/tst-rtld-load-self.sh
grp/tst_fgetgrent.sh
iconvdata/gen-8bit-gap-1.sh
iconvdata/gen-8bit-gap.sh
iconvdata/gen-8bit.sh
iconvdata/run-iconv-test.sh
intl/tst-gettext.sh
intl/tst-gettext2.sh
intl/tst-gettext4.sh
intl/tst-gettext6.sh
intl/tst-translit.sh
io/ftwtest-sh
libio/test-freopen.sh
locale/gen-translit.pl
localedata/ChangeLog
localedata/gen-locale.sh
localedata/sort-test.sh
localedata/tst-ctype.sh
localedata/tst-fmon.sh
localedata/tst-langinfo.sh
localedata/tst-locale.sh
localedata/tst-numeric.sh
localedata/tst-rpmatch.sh
localedata/tst-trans.sh
malloc/tst-mtrace.sh
manual/check-safety.sh
manual/libc-texinfo.sh
manual/tsort.awk
manual/xtract-typefun.awk
nptl/tst-cancel-wrappers.sh
nptl/tst-tls6.sh
posix/globtest.sh
posix/tst-getconf.sh
posix/wordexp-tst.sh
scripts/check-c++-types.sh
scripts/check-local-headers.sh
scripts/config.guess
scripts/config.sub
scripts/cpp
scripts/cross-test-ssh.sh
scripts/documented.sh
scripts/evaluate-test.sh
scripts/gen-libc-abis
scripts/gen-sorted.awk
scripts/list-fixed-bugs.py
scripts/merge-test-results.sh
scripts/mkinstalldirs
scripts/rellns-sh
scripts/test-installation.pl
scripts/update-copyrights
stdio-common/tst-printf.sh
stdio-common/tst-unbputc.sh
stdlib/tst-fmtmsg.sh
stdlib/tst-setcontext3.sh
sysdeps/i386/tst-ld-sse-use.sh
sysdeps/unix/make-syscalls.sh

index acaf7a87a0a6379e0619581e8e3da1d8acbbdb58..7dc2a942a8c395a3dc1b2a041982e4044a8d37d3 100644 (file)
--- a/ChangeLog
+++ b/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>
 
        * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
index a672f123d86a49a9194a1eda68f2808bd3174acb..48b21207c9524d33d96c493bdf0932d6eaa5d45b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test escape character handling in gencat.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 3f4dc2061fbbcea49130e12bfe43281d3ffcfe8c..b83204384e3b5baef534edbd11d68436a6114142 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # Shared code for glibc conformance tests.
 
index f6e76c6ade4db16a3f49b549f061d2fb5c8b4f04..849dfbcbceb97ece00fdb1ccb3aaa0058c29e346 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Check the set of headers with conformtest expectations for a given standard.
 # Copyright (C) 2014-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index cc0944a889dcbdc3770ca0ffdec132d855c0ffd4..fedcbc3f162930885370b4425eeaefc2c788b373 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 use GlibcConform;
 use Getopt::Long;
index d6a18503a769bf6ee34806934a0b90b0cda041ae..4b7b288165ee4e985074ee279cc1f1f2e08566b1 100644 (file)
@@ -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
index 2b012c7457ed1ee36209f99f43d8feae7d9fc464..ab7ae578949688299ba628c323ad33c188864925 100644 (file)
@@ -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.
index a4ef821ea0dfd97196bff313c53b45cfa7dbdd2e..3c788d21256a4392a2cf6284258c8a31a8964dea 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
index 54cdc8c5896a33db05c5e933c3c1969481bca474..0e2a3749018cfee7de55847b348165dc3f3e768f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/awk
+#!/usr/bin/awk
 BEGIN {
   FS=":";
   count=0;
index 892f22ef84325e2adaaab08bee0babc8a2917c5a..309b628bc9d756967e7ea1e3a0900eec9de66d5c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test lookup path optimization.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index a5488d3f71ad08e5f304de993968dae24c0d946d..aa97ee6ca96f424710501ca6e9cb209ebec0ea44 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test how rtld loads itself.
 # Copyright (C) 2012-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index e7837bd667a2c7308ca01ff60044ec66ce1028f7..8dbf095ba9e386f54ac4cf4e9d64b7fb9ae14e0a 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Copyright (C) 1999-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
index e86ac53e89f2241bae9c7030564e016a4fe874ba..46567f235f11718299404338e93d7797f8f0c557 100644 (file)
@@ -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' \
index e1dabaebdbf2a5252c4a15cbfb89f91f04c87338..bcd6d12ce1ad3daa321a100759aa205603cc4efb 100644 (file)
@@ -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' \
index d1a21bc03dcb816e48416c35fc6442470d719593..94de6fdd0930e3d061495c888799bebb208b483f 100644 (file)
@@ -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' \
index c18072668e4d11479dd5be9f85aaf1d1cf1048c7..2e7105a2d92ca3b13678bc6b2bcb66d771b2f02c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
 # Run available iconv(1) tests.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 3c83645652a92352049aa425341145789f83479a..fe8bd2896f3f79a9b0e0b47a04926a818ead1a42 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test of gettext functions.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 6d791752a674f0571842342bbb0ead130b4916ed..ae02455f078db2c63c3216147d689fa304bf428c 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test of gettext functions.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index fac7d8889e075c9084bf3190d8be68f518c3b7cd..f692b431e35b5681ed6ea32325d1d292b67f02db 100755 (executable)
@@ -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-2016 Free Software Foundation, Inc.
index 9d2d7f4ab3bef98c9123bfbf2ed21c21e353a543..88bf50d6a2851d6884229c51d1a140cac004e90d 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test that gettext() in multithreaded applications works correctly.
 # Copyright (C) 2008-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index b1c5a3ff6b4e3aaaddfe6cea0f793c707a68c0c5..a29a0e86f8a07842f61590b613504480a1a74ac4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test of transliteration in gettext functions.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 8a440e8de4042010019d651d9332de5c43a943a0..db8435ab5ab86f6dfbcf76b34b42b15638e65079 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test for nftw(3).
 # Copyright (C) 1997-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 318bac937c1dc0c8a84cd6ccd154244eb5358a16..5db163fb4b454420d8fecaa0892cdd0ab076a950 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test of freopen.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 5f30e30851be8b1f36a6e18c52cb78110728fc39..30d3f2f195951a9408b8faeedeb1db5c73fe0f49 100644 (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";
 
 
index c14bb2c661e84a724c8ac7ec2beaf63205dcef60..7baecb4890632fa36c33dd03f8f0a480832929c1 100644 (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>
 
        * All files with FSF copyright notices: Update copyright dates
index ce1b9c8aaa64305b7cc62cbbfe2ffee56453444a..d471086d0d13eb6c3810d1861035169477b43db4 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Generate test locale files.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 42d9e7c5024ef469b42e53ae599e3e691e84cf91..7b6927236c07fbb11c0ed4b76ad4ea258e274bd5 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test collation using xfrm-test.
 # Copyright (C) 1997-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index d5439bfdbb2c467768ee0fca63055b062f073079..eb7bdc85e95769f84bd6833837f8fdcacf58e54b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of the isxxx() and toxxx() functions.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index c244c87cec8e8b07e49c4e618b086844612c7294..bec4322da0f06cfa0d7eef607dd3691b71a1242b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of strfmon(3).
 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index c643763429544319a49fcf935006770e6f4f44ee..835d7c003058f0cd73e42d8bb99d6694f68cbfae 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test nl_langinfo.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index fd1edf7af0e6e7161a995fa9ebabf40c61310814..202936d4c729894302dfd94bf4244bd008bb50c4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of localedata.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index f1e68c28840f14a1658168657559932c2d6ff293..77c2215104d557fc75400c52900139d3bf6b0983 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of LC_NUMERIC and snprintf(3).
 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 1d0d69aadf59c6efbc74a5a86c1cddf3b8fc5f3f..45ffabad60b96929985a472555038f55b35cf0d0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
 #
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library and contains tests for
index be03ef625f4c15f7759e0232d254d49a66fdcbd9..ea8bb51c61a4af2e4c1e4c695dc0132e2407fc68 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test character mapping definitions.
 # Copyright (C) 1999-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 06fb5dcf4cec2836bf33608bceadd7bfc4131ea4..cbcaea812238ce6dd05fcf6f43a99d52ad177e7b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the mtrace function.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 8867ed9d9b5e1d1af45a09abbd9a05ad8b7f7a71..2eba0009e838b31ebc803461457e3c433e9d1827 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 # Copyright 2014-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 1ef09fcbb41687caef6379770113e34263056ea1..4d0a52213bd40fc8634dd38f91c236315feb6dd8 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 OUTDIR=$1
 shift
index 0260dccda6c50704f68b03817930aecb69b46c80..82ac3decb7aeaf8b688a7833c24544441d66ac23 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/awk -f
+#!/usr/bin/awk -f
 # Generate topologically sorted list of manual chapters.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
index d39ceef188c1d001d054a7c83c6fa42d3fab4a02..57e567f9ba14f425bf337220f2453ebfff554504 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/gawk -f
+#!/usr/local/bin/gawk -f
 BEGIN {
   last_node="";
 }
index 4df9074a13321e0235e48b2a928ae2d9ff9f5441..9098e3238f5aa7788e7929fff05f72dcf2ecf1e4 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test whether all cancelable functions are cancelable.
 # Copyright (C) 2002-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 85c9ce7b3c4f3e358436dcc39fe1ee76ec203abc..f828008303e8bcb17910ffb934134de36e437b15 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # A tls test.
 # Copyright (C) 2003-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index a50a6b9a17056a6e7bd2871b182e94e12073426b..73fe11bd76dbea1c170e22c294276b61e687f918 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Test for glob(3).
 # Copyright (C) 1997-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 3881a9c8afd441d1fdaeec8d737d0216b7ac2e1b..95d11f59ec1eee8d27553c1af2b12c196917185c 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test for getconf(1).
 # Copyright (C) 2001-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 8d68e0faae795fa72cf965a8bf15808c6699375e..c52825b4704e5688daf97a19a51e39ab8538cdcd 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test for wordexp(3).
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 2016c162f56be05d6b1b6c8554ab95dc68b5d969..489c4f066f578d7c165b0f20438ad184c4b8a8f5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Copyright (C) 2003-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
index 3ca59351330543fbf95de5ca191526532350ac13..0670da16bc3da04a9b2aa2aebe5483321c32879c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Copyright (C) 2005-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
index dcd5149681df0b156c44abeefedad110f32f4d7b..8b42ae7161638d017e9e59a8e44e8fca69229c5e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
index da6d1b6826a280f37182772f982ebff1498708ee..738ff5cbb8d91f5a7797f8784a431917ad668879 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
index 65f273ee48a2e95933ecbb27b100d755e1579439..cb24fe2bbab9f6488f15bbdc212b6faaf6cfb6d1 100755 (executable)
@@ -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.
index cc1d1e982484ca25120808d77562197d9766ce57..73c4e3ea0fca4b8224c3e1e6de0f5f43e9287e41 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Run a testcase on a remote system, via ssh.
 # Copyright (C) 2012-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index a0399872b713c65f58f1e70cbe6c48999fdca4e7..047a1d34935a3b8a511d5f518ae4294cf2cff59f 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 bindir=$1
 
 VERSION=1.0
index d5ba59dd3d659bdba8ea1938a33b45701591c642..f2c85ed192497627644deaef58d8d516e9de8411 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Output a test status line.
 # Copyright (C) 2012-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index ce9ac5e20d2100090443498452530e5d0d31aa38..c5537645dc0d50263fd3424510d6842ef8fee2a2 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 triple="$1"
 
 printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n"
index b36649758b0ada37ad0140e95437af4f79c29a72..9669277b31f53da703c59c003f925ddbad91670e 100755 (executable)
@@ -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-2016 Free Software Foundation, Inc.
index dad0fc353e9619c1ba3cfd6f7f56ebaed60777d0..51f3c36e693a67978ba58706499db132fefe1e4e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#!/usr/bin/python3
 # Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
index 6287d103685c80b7ef91866b172395f14f13fb59..1175b2071730a8a9a8a3f638df73345f0a8264bf 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Merge test results of individual tests or subdirectories.
 # Copyright (C) 2014-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 55d537f872ccde377e96a1f34e37624a06834b26..a17570aca95312c641b25a5b62927b1ca24bf51c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # mkinstalldirs --- make directory hierarchy
 
 scriptversion=2009-04-28.21; # UTC
index e1566436bb879ab0b8208eb9eb487df079c20ac3..a57f601a900abb244710b1725e2a20c6cb09d6cd 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # rellns-sh - Simplified ln program to generate relative symbolic link.
 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
 # Written by Ulrich Drepper <drepper@cygnus.com>, October 1996
index fcbb7a94aae5b617f2a4955ee48e6b069cf6546e..5e84dd71845d615b2158f230d80e1f168922b590 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 # Copyright (C) 1997-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
index 066c510224a0fc034fd8c2e5ccd4757b14eea778..588041ce86a8cfce2667c384439f6ed5ac11b3af 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Update copyright year lists.
 # Copyright (C) 2012-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 6e8f8508db39398cd79ccf7bab829b2bec557357..5755a1bc0adfde65d806554219ba0b0fce048ed7 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing of printf.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 1305ee2a8e8a5dfbdae1b3217076b20520f82ebb..81564007307c9e016c59198c93038f5e5e308ae5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the stdio implementation
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 884f1792fc5924f2f442c46dd421de2406366ab8..90654654a9e9db2b48f287cf0be8721f080dcbf3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test of fmtmsg function family.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index e3c6b627f8f2e3be5835ef508aabfe3079f510b6..4b2adb5f23e8df30be6c33c5bab1cf1e488e529c 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Bug 18125: Test the exit functionality of setcontext().
 # Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index 74846feb31a48647369fab51e5d3d22a96c34092..2863de6f8b5b900eafcb905011f8d110c89eaa2a 100755 (executable)
@@ -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-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
index bbef3eb360b51d9e7a877b9ce1b573afa33347d5..58d165e0156295374e5a2b3fa0f9fe96c4d4b6ba 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 # Usage: make-syscalls.sh ../sysdeps/unix/common
 # Expects $sysdirs in environment.