[packages/php/PHP_5_4] ensure correct LC_COLLATE in dep-tests.sh
atler
atler at pld-linux.org
Thu Jan 30 12:42:21 CET 2025
commit 31ad220453510a3c921180e55864a85be73dfdba
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jan 30 00:37:51 2025 +0100
ensure correct LC_COLLATE in dep-tests.sh
dep-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dep-tests.sh b/dep-tests.sh
index 3ee6a4f..7a6e380 100644
--- a/dep-tests.sh
+++ b/dep-tests.sh
@@ -44,7 +44,7 @@ for ext in $ext_dir/*.so; do
echo -n "$ext (deps: ${deps# })..."
- grep -rlE '^extension=('$(echo "${deps# }" | tr ' ' '|')').so$' $conf_dir | LC_CTYPE=C LC_ALL= sort | xargs cat > $tmpini
+ grep -rlE '^extension=('$(echo "${deps# }" | tr ' ' '|')').so$' $conf_dir | LC_CTYPE=C LC_COLLATE=C sort | xargs cat > $tmpini
$php -n -d extension_dir=$ext_dir -c $tmpini -r "exit(extension_loaded('${ext}') ? 0 : 1);"
rc=$?
if [ $rc = 0 ]; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3eb67af7ec196c2bcb3e4022f9109250626c7e13
More information about the pld-cvs-commit
mailing list