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 --- stdlib/tst-fmtmsg.sh | 2 +- stdlib/tst-setcontext3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/tst-fmtmsg.sh b/stdlib/tst-fmtmsg.sh index 884f1792fc..90654654a9 100755 --- a/stdlib/tst-fmtmsg.sh +++ b/stdlib/tst-fmtmsg.sh @@ -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. diff --git a/stdlib/tst-setcontext3.sh b/stdlib/tst-setcontext3.sh index e3c6b627f8..4b2adb5f23 100644 --- a/stdlib/tst-setcontext3.sh +++ b/stdlib/tst-setcontext3.sh @@ -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. -- cgit 1.4.1