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 acaf7a8..7dc2a94 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 a672f12..48b2120 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 3f4dc20..b832043 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # Shared code for glibc conformance tests.
 
index f6e76c6..849dfbc 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 cc0944a..fedcbc3 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 use GlibcConform;
 use Getopt::Long;
index d6a1850..4b7b288 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 2b012c7..ab7ae57 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 a4ef821..3c788d2 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 54cdc8c..0e2a374 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/awk
+#!/usr/bin/awk
 BEGIN {
   FS=":";
   count=0;
index 892f22e..309b628 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 a5488d3..aa97ee6 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 e7837bd..8dbf095 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 e86ac53..46567f2 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 e1dabae..bcd6d12 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 d1a21bc..94de6fd 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 c180726..2e7105a 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 3c83645..fe8bd28 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 6d79175..ae02455 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 fac7d88..f692b43 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 9d2d7f4..88bf50d 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 b1c5a3f..a29a0e8 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 8a440e8..db8435a 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 318bac9..5db163f 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 5f30e30..30d3f2f 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 c14bb2c..7baecb4 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 ce1b9c8..d471086 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 42d9e7c..7b69272 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 d5439bf..eb7bdc8 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 c244c87..bec4322 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 c643763..835d7c0 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 fd1edf7..202936d 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 f1e68c2..77c2215 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 1d0d69a..45ffaba 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 be03ef6..ea8bb51 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 06fb5dc..cbcaea8 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 8867ed9..2eba000 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 1ef09fc..4d0a522 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 OUTDIR=$1
 shift
index 0260dcc..82ac3de 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 d39ceef..57e567f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/gawk -f
+#!/usr/local/bin/gawk -f
 BEGIN {
   last_node="";
 }
index 4df9074..9098e32 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 85c9ce7..f828008 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 a50a6b9..73fe11b 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 3881a9c..95d11f5 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 8d68e0f..c52825b 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 2016c16..489c4f0 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 3ca5935..0670da1 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 dcd5149..8b42ae7 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 da6d1b6..738ff5c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
index 65f273e..cb24fe2 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 cc1d1e9..73c4e3e 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 a039987..047a1d3 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 bindir=$1
 
 VERSION=1.0
index d5ba59d..f2c85ed 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 ce9ac5e..c553764 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 b366497..9669277 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 dad0fc3..51f3c36 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 6287d10..1175b20 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 55d537f..a17570a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # mkinstalldirs --- make directory hierarchy
 
 scriptversion=2009-04-28.21; # UTC
index e156643..a57f601 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 fcbb7a9..5e84dd7 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 066c510..588041c 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 6e8f850..5755a1b 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 1305ee2..8156400 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 884f179..9065465 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 e3c6b62..4b2adb5 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 74846fe..2863de6 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 bbef3eb..58d165e 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 # Usage: make-syscalls.sh ../sysdeps/unix/common
 # Expects $sysdirs in environment.