[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH acl] po: make sure POTFILES.in is sorted
From: |
Mike Frysinger |
Subject: |
[PATCH acl] po: make sure POTFILES.in is sorted |
Date: |
Sat, 13 Jan 2024 21:21:21 -0500 |
Don't rely on filesystem behavior to get us sorted output.
---
po/update-potfiles | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/update-potfiles b/po/update-potfiles
index 271da7efcaa2..89341829df95 100755
--- a/po/update-potfiles
+++ b/po/update-potfiles
@@ -9,5 +9,5 @@ find \
libmisc \
tools \
-name '*.[ch]' \
- | grep -v include/config.h
+ | grep -v include/config.h | LC_ALL=C sort
) > po/POTFILES.in
--
2.43.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH acl] po: make sure POTFILES.in is sorted,
Mike Frysinger <=