From 48d0341cdd41040714f1e9896efe89d49296bc78 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Thu, 7 Jan 2016 10:51:53 +0200 Subject: Make shebang interpreter directives consistent --- nptl/tst-cancel-wrappers.sh | 2 +- nptl/tst-tls6.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl') diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh index 4df9074..9098e32 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 85c9ce7..f828008 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. -- cgit v1.1