diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
commit | 1b1ad4ed2919fbc68d8905cfec38a968821ce372 (patch) | |
tree | 5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /tests/unistdio/test-u8-vasnprintf2.sh | |
parent | 63b5c0db2dc641876e58d232220c7efc2b2c2423 (diff) | |
parent | fa82e850f8d894ae4b9cd75bd12ffeeb65974d50 (diff) |
Merge branch 'release/debian/1.1-1_experimental1'debian/1.1-1_experimental1
Diffstat (limited to 'tests/unistdio/test-u8-vasnprintf2.sh')
-rwxr-xr-x | tests/unistdio/test-u8-vasnprintf2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistdio/test-u8-vasnprintf2.sh b/tests/unistdio/test-u8-vasnprintf2.sh index 3ea3895..2296d51 100755 --- a/tests/unistdio/test-u8-vasnprintf2.sh +++ b/tests/unistdio/test-u8-vasnprintf2.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test whether a traditional french locale is installed. -: ${LOCALE_FR=fr_FR} +: "${LOCALE_FR=fr_FR}" if test $LOCALE_FR != none; then testlocale=$LOCALE_FR else |