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 --- stdio-common/tst-printf.sh | 2 +- stdio-common/tst-unbputc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common') diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index 6e8f850..5755a1b 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 1305ee2..8156400 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. -- cgit v1.1