diff options
Diffstat (limited to 'posix')
-rwxr-xr-x | posix/globtest.sh | 2 | ||||
-rw-r--r-- | posix/tst-getconf.sh | 2 | ||||
-rwxr-xr-x | posix/wordexp-tst.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/posix/globtest.sh b/posix/globtest.sh index a50a6b9a17..73fe11bd76 100755 --- a/posix/globtest.sh +++ b/posix/globtest.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # Test for glob(3). # Copyright (C) 1997-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/posix/tst-getconf.sh b/posix/tst-getconf.sh index 3881a9c8af..95d11f59ec 100644 --- a/posix/tst-getconf.sh +++ b/posix/tst-getconf.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test for getconf(1). # Copyright (C) 2001-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/posix/wordexp-tst.sh b/posix/wordexp-tst.sh index 8d68e0faae..c52825b470 100755 --- a/posix/wordexp-tst.sh +++ b/posix/wordexp-tst.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test for wordexp(3). # Copyright (C) 1998-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. |