diff options
author | Marko Myllynen <myllynen@redhat.com> | 2016-01-07 10:51:53 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-07 04:03:21 -0500 |
commit | 48d0341cdd41040714f1e9896efe89d49296bc78 (patch) | |
tree | b0b146fbd564e2700487e917a0e4ad5fcd787c2b /stdio-common/tst-unbputc.sh | |
parent | d7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff) | |
download | glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.gz glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.bz2 glibc-48d0341cdd41040714f1e9896efe89d49296bc78.zip |
Make shebang interpreter directives consistent
Diffstat (limited to 'stdio-common/tst-unbputc.sh')
-rwxr-xr-x | stdio-common/tst-unbputc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |