summaryrefslogtreecommitdiff
path: root/intl/tst-gettext4.sh
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 /intl/tst-gettext4.sh
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
Make shebang interpreter directives consistent
Diffstat (limited to 'intl/tst-gettext4.sh')
-rwxr-xr-xintl/tst-gettext4.sh2
1 files changed, 1 insertions, 1 deletions
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.