summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-01-07 10:51:53 +0200
committerMike Frysinger <vapier@gentoo.org>2016-01-07 04:03:21 -0500
commit48d0341cdd41040714f1e9896efe89d49296bc78 (patch)
treeb0b146fbd564e2700487e917a0e4ad5fcd787c2b /posix
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
Make shebang interpreter directives consistent
Diffstat (limited to 'posix')
-rwxr-xr-xposix/globtest.sh2
-rw-r--r--posix/tst-getconf.sh2
-rwxr-xr-xposix/wordexp-tst.sh2
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.