diff options
author | Marko Myllynen <myllynen@redhat.com> | 2016-01-07 10:51:53 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-07 04:03:21 -0500 |
commit | 48d0341cdd41040714f1e9896efe89d49296bc78 (patch) | |
tree | b0b146fbd564e2700487e917a0e4ad5fcd787c2b /intl | |
parent | d7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff) | |
download | glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.gz glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.xz glibc-48d0341cdd41040714f1e9896efe89d49296bc78.zip |
Make shebang interpreter directives consistent
Diffstat (limited to 'intl')
-rwxr-xr-x | intl/tst-gettext.sh | 2 | ||||
-rw-r--r-- | intl/tst-gettext2.sh | 2 | ||||
-rwxr-xr-x | intl/tst-gettext4.sh | 2 | ||||
-rw-r--r-- | intl/tst-gettext6.sh | 2 | ||||
-rwxr-xr-x | intl/tst-translit.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh index 3c83645652..fe8bd2896f 100755 --- a/intl/tst-gettext.sh +++ b/intl/tst-gettext.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test of gettext functions. # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/intl/tst-gettext2.sh b/intl/tst-gettext2.sh index 6d791752a6..ae02455f07 100644 --- a/intl/tst-gettext2.sh +++ b/intl/tst-gettext2.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test of gettext functions. # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/intl/tst-gettext4.sh b/intl/tst-gettext4.sh index fac7d8889e..f692b431e3 100755 --- a/intl/tst-gettext4.sh +++ b/intl/tst-gettext4.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test that gettext() in multithreaded applications works correctly if # different threads operate in different locales with the same encoding. # Copyright (C) 2001-2016 Free Software Foundation, Inc. diff --git a/intl/tst-gettext6.sh b/intl/tst-gettext6.sh index 9d2d7f4ab3..88bf50d6a2 100644 --- a/intl/tst-gettext6.sh +++ b/intl/tst-gettext6.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test that gettext() in multithreaded applications works correctly. # Copyright (C) 2008-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/intl/tst-translit.sh b/intl/tst-translit.sh index b1c5a3ff6b..a29a0e86f8 100755 --- a/intl/tst-translit.sh +++ b/intl/tst-translit.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test of transliteration in gettext functions. # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. |