From 26112352a774737e1ce5580c93654a26c1e82b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 22:25:29 +0200 Subject: New upstream version 1.1 --- tests/test-mbsinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-mbsinit.sh') diff --git a/tests/test-mbsinit.sh b/tests/test-mbsinit.sh index 7308714..25d4b2e 100755 --- a/tests/test-mbsinit.sh +++ b/tests/test-mbsinit.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test whether a specific UTF-8 locale is installed. -: ${LOCALE_FR_UTF8=fr_FR.UTF-8} +: "${LOCALE_FR_UTF8=fr_FR.UTF-8}" if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" -- cgit v1.2.3