diff options
Diffstat (limited to 'stdlib')
-rwxr-xr-x | stdlib/tst-fmtmsg.sh | 2 | ||||
-rw-r--r-- | stdlib/tst-setcontext3.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-fmtmsg.sh b/stdlib/tst-fmtmsg.sh index 884f179..9065465 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 e3c6b62..4b2adb5 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. |