about summary refs log tree commit diff
path: root/localedata
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 /localedata
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
downloadglibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.gz
glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.xz
glibc-48d0341cdd41040714f1e9896efe89d49296bc78.zip
Make shebang interpreter directives consistent
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog12
-rw-r--r--localedata/gen-locale.sh2
-rw-r--r--localedata/sort-test.sh2
-rwxr-xr-xlocaledata/tst-ctype.sh2
-rwxr-xr-xlocaledata/tst-fmon.sh2
-rwxr-xr-xlocaledata/tst-langinfo.sh2
-rwxr-xr-xlocaledata/tst-locale.sh2
-rw-r--r--localedata/tst-numeric.sh2
-rwxr-xr-xlocaledata/tst-rpmatch.sh2
-rwxr-xr-xlocaledata/tst-trans.sh2
10 files changed, 21 insertions, 9 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index c14bb2c661..7baecb4890 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,15 @@
+2016-01-07  Marko Myllynen  <myllynen@redhat.com>
+
+	* gen-locale.sh: Remove space after shebang.
+	* sort-test.sh: Likewise.
+	* tst-ctype.sh: Likewise.
+	* tst-fmon.sh: Likewise.
+	* tst-langinfo.sh: Likewise.
+	* tst-locale.sh: Likewise.
+	* tst-numeric.sh: Likewise.
+	* tst-rpmatch.sh: Likewise.
+	* tst-trans.sh: Likewise.
+
 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* All files with FSF copyright notices: Update copyright dates
diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh
index ce1b9c8aaa..d471086d0d 100644
--- a/localedata/gen-locale.sh
+++ b/localedata/gen-locale.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Generate test locale files.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh
index 42d9e7c502..7b6927236c 100644
--- a/localedata/sort-test.sh
+++ b/localedata/sort-test.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test collation using xfrm-test.
 # Copyright (C) 1997-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh
index d5439bfdbb..eb7bdc85e9 100755
--- a/localedata/tst-ctype.sh
+++ b/localedata/tst-ctype.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of the isxxx() and toxxx() functions.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-fmon.sh b/localedata/tst-fmon.sh
index c244c87cec..bec4322da0 100755
--- a/localedata/tst-fmon.sh
+++ b/localedata/tst-fmon.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of strfmon(3).
 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-langinfo.sh b/localedata/tst-langinfo.sh
index c643763429..835d7c0030 100755
--- a/localedata/tst-langinfo.sh
+++ b/localedata/tst-langinfo.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test nl_langinfo.
 # Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh
index fd1edf7af0..202936d4c7 100755
--- a/localedata/tst-locale.sh
+++ b/localedata/tst-locale.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of localedata.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-numeric.sh b/localedata/tst-numeric.sh
index f1e68c2884..77c2215104 100644
--- a/localedata/tst-numeric.sh
+++ b/localedata/tst-numeric.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Testing the implementation of LC_NUMERIC and snprintf(3).
 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
diff --git a/localedata/tst-rpmatch.sh b/localedata/tst-rpmatch.sh
index 1d0d69aadf..45ffabad60 100755
--- a/localedata/tst-rpmatch.sh
+++ b/localedata/tst-rpmatch.sh
@@ -1,4 +1,4 @@
-#! /bin/sh -f
+#!/bin/sh -f
 #
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library and contains tests for
diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh
index be03ef625f..ea8bb51c61 100755
--- a/localedata/tst-trans.sh
+++ b/localedata/tst-trans.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Test character mapping definitions.
 # Copyright (C) 1999-2016 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.