summaryrefslogtreecommitdiff
path: root/stdlib
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 /stdlib
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
Make shebang interpreter directives consistent
Diffstat (limited to 'stdlib')
-rwxr-xr-xstdlib/tst-fmtmsg.sh2
-rw-r--r--stdlib/tst-setcontext3.sh2
2 files changed, 2 insertions, 2 deletions
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.