aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
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 a50a6b9..73fe11b 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 3881a9c..95d11f5 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 8d68e0f..c52825b 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.