From 48d0341cdd41040714f1e9896efe89d49296bc78 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Thu, 7 Jan 2016 10:51:53 +0200 Subject: Make shebang interpreter directives consistent --- localedata/ChangeLog | 12 ++++++++++++ localedata/gen-locale.sh | 2 +- localedata/sort-test.sh | 2 +- localedata/tst-ctype.sh | 2 +- localedata/tst-fmon.sh | 2 +- localedata/tst-langinfo.sh | 2 +- localedata/tst-locale.sh | 2 +- localedata/tst-numeric.sh | 2 +- localedata/tst-rpmatch.sh | 2 +- localedata/tst-trans.sh | 2 +- 10 files changed, 21 insertions(+), 9 deletions(-) (limited to 'localedata') 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 + + * 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 * 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. -- cgit 1.4.1