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/unistdio/test-u32-vasnprintf3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unistdio/test-u32-vasnprintf3.sh') diff --git a/tests/unistdio/test-u32-vasnprintf3.sh b/tests/unistdio/test-u32-vasnprintf3.sh index 9b487a5..aef4d74 100755 --- a/tests/unistdio/test-u32-vasnprintf3.sh +++ b/tests/unistdio/test-u32-vasnprintf3.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test whether a french Unicode locale is installed. -: ${LOCALE_FR_UTF8=fr_FR.UTF-8} +: "${LOCALE_FR_UTF8=fr_FR.UTF-8}" if test $LOCALE_FR_UTF8 != none; then testlocale=$LOCALE_FR_UTF8 else -- cgit v1.2.3