diff options
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/tst-printf.sh | 2 | ||||
-rwxr-xr-x | stdio-common/tst-unbputc.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index 6e8f8508db..5755a1bc0a 100644 --- a/stdio-common/tst-printf.sh +++ b/stdio-common/tst-printf.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Testing of printf. # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index 1305ee2a8e..8156400730 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Testing the stdio implementation # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. |