summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-01-07 10:51:53 +0200
committerMike Frysinger <vapier@gentoo.org>2016-01-07 04:03:21 -0500
commit48d0341cdd41040714f1e9896efe89d49296bc78 (patch)
treeb0b146fbd564e2700487e917a0e4ad5fcd787c2b /nptl
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
Make shebang interpreter directives consistent
Diffstat (limited to 'nptl')
-rw-r--r--nptl/tst-cancel-wrappers.sh2
-rwxr-xr-xnptl/tst-tls6.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh
index 4df9074a13..9098e3238f 100644
--- a/nptl/tst-cancel-wrappers.sh
+++ b/nptl/tst-cancel-wrappers.sh
@@ -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.
diff --git a/nptl/tst-tls6.sh b/nptl/tst-tls6.sh
index 85c9ce7b3c..f828008303 100755
--- a/nptl/tst-tls6.sh
+++ b/nptl/tst-tls6.sh
@@ -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.