diff options
Diffstat (limited to 'posix/globtest.sh')
-rwxr-xr-x | posix/globtest.sh | 2 |
1 files changed, 1 insertions, 1 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. |