about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-c++-types.sh2
-rwxr-xr-xscripts/check-local-headers.sh2
-rwxr-xr-xscripts/config.guess2
-rwxr-xr-xscripts/config.sub2
-rwxr-xr-xscripts/cpp2
-rwxr-xr-xscripts/cross-test-ssh.sh2
-rw-r--r--scripts/documented.sh2
-rwxr-xr-xscripts/evaluate-test.sh2
-rw-r--r--scripts/gen-libc-abis2
-rwxr-xr-xscripts/gen-sorted.awk2
-rwxr-xr-xscripts/list-fixed-bugs.py2
-rwxr-xr-xscripts/merge-test-results.sh2
-rwxr-xr-xscripts/mkinstalldirs2
-rwxr-xr-xscripts/rellns-sh2
-rwxr-xr-xscripts/test-installation.pl2
-rwxr-xr-xscripts/update-copyrights2
16 files changed, 16 insertions, 16 deletions
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh
index 2016c162f5..489c4f066f 100755
--- a/scripts/check-c++-types.sh
+++ b/scripts/check-c++-types.sh
@@ -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.
 
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index 3ca5935133..0670da16bc 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -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.
 
diff --git a/scripts/config.guess b/scripts/config.guess
index dcd5149681..8b42ae7161 100755
--- a/scripts/config.guess
+++ b/scripts/config.guess
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
diff --git a/scripts/config.sub b/scripts/config.sub
index da6d1b6826..738ff5cbb8 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
diff --git a/scripts/cpp b/scripts/cpp
index 65f273ee48..cb24fe2bba 100755
--- a/scripts/cpp
+++ b/scripts/cpp
@@ -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.
diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh
index cc1d1e9824..73c4e3ea0f 100755
--- a/scripts/cross-test-ssh.sh
+++ b/scripts/cross-test-ssh.sh
@@ -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.
diff --git a/scripts/documented.sh b/scripts/documented.sh
index a0399872b7..047a1d3493 100644
--- a/scripts/documented.sh
+++ b/scripts/documented.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 bindir=$1
 
 VERSION=1.0
diff --git a/scripts/evaluate-test.sh b/scripts/evaluate-test.sh
index d5ba59dd3d..f2c85ed192 100755
--- a/scripts/evaluate-test.sh
+++ b/scripts/evaluate-test.sh
@@ -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.
diff --git a/scripts/gen-libc-abis b/scripts/gen-libc-abis
index ce9ac5e20d..c5537645dc 100644
--- a/scripts/gen-libc-abis
+++ b/scripts/gen-libc-abis
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 triple="$1"
 
 printf "#ifndef _LIBC_ABIS_H\n#define _LIBC_ABIS_H 1\n\n"
diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk
index b36649758b..9669277b31 100755
--- a/scripts/gen-sorted.awk
+++ b/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
 # dependencies between directories resolved by moving dependees in front.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
diff --git a/scripts/list-fixed-bugs.py b/scripts/list-fixed-bugs.py
index dad0fc353e..51f3c36e69 100755
--- a/scripts/list-fixed-bugs.py
+++ b/scripts/list-fixed-bugs.py
@@ -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.
 #
diff --git a/scripts/merge-test-results.sh b/scripts/merge-test-results.sh
index 6287d10368..1175b20717 100755
--- a/scripts/merge-test-results.sh
+++ b/scripts/merge-test-results.sh
@@ -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.
diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs
index 55d537f872..a17570aca9 100755
--- a/scripts/mkinstalldirs
+++ b/scripts/mkinstalldirs
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # mkinstalldirs --- make directory hierarchy
 
 scriptversion=2009-04-28.21; # UTC
diff --git a/scripts/rellns-sh b/scripts/rellns-sh
index e1566436bb..a57f601a90 100755
--- a/scripts/rellns-sh
+++ b/scripts/rellns-sh
@@ -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
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index fcbb7a94aa..5e84dd7184 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -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.
diff --git a/scripts/update-copyrights b/scripts/update-copyrights
index 066c510224..588041ce86 100755
--- a/scripts/update-copyrights
+++ b/scripts/update-copyrights
@@ -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.