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/tst-numeric.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/tst-numeric.sh') 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. -- cgit v1.2.3