commit 0d242ce7707ba0d92a44e0d216ac4a6bf39b3270
Author: Pavel Sanda <[email protected]>
Date: Wed Jun 11 21:36:29 2025 +0200
* header_check - fix sorting
---
development/tools/header_check.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/development/tools/header_check.sh
b/development/tools/header_check.sh
index 86fcba3a9d..596cd980ed 100755
--- a/development/tools/header_check.sh
+++ b/development/tools/header_check.sh
@@ -103,6 +103,8 @@ make -j${NCORES} 2>&1 >/dev/null || exit
echo "BUILD_FN exited without error after removing the following include
statements invididually:" > "${LOG_FILE}" \
|| { echo "ERROR: could not create log file, ${LOG_FILE}"; exit 1; }
+export LC_COLLATE=C #make sort stable across systems
+
( find -regex ".*\(h\)$" | sort ; find -regex ".*\(cpp\)$" | sort ) | grep
-vE "frontends/qt/ui_|moc_" |
while read FILE_
do
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs