[packages/php/PHP_5_5] ensure correct LC_COLLATE in dep-tests.sh
atler
atler at pld-linux.org
Thu Jan 30 03:09:02 CET 2025
commit a6b87e4f9cd97cf0189586b11bcfb1797322a3c4
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 f28ab54..26e1789 100755
--- a/dep-tests.sh
+++ b/dep-tests.sh
@@ -47,7 +47,7 @@ for ext in ${1:-$ext_dir/*.so}; do
# special: opcache is listed as "Zend Opcache"
[ "$ext" = "opcache" ] && ext="zend opcache"
- grep -rlE '^(zend_)?extension=('$(echo "${deps# }" | tr ' ' '|')').so$' $conf_dir | LC_CTYPE=C LC_ALL= sort | xargs cat > $tmpini
+ grep -rlE '^(zend_)?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/a6b87e4f9cd97cf0189586b11bcfb1797322a3c4
More information about the pld-cvs-commit
mailing list