From 44bdc4c5ee5e449b853e00651ed0a26f87352b5b Mon Sep 17 00:00:00 2001
From: Vitaly Sverchinsky <sverchinsky@gmail.com>
Date: Fri, 17 May 2024 21:27:07 +0300
Subject: [PATCH] Reflect changes in source tree

---
 locale/update_po_files.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale/update_po_files.sh b/locale/update_po_files.sh
index e5cb78f899..94548cbfe1 100755
--- a/locale/update_po_files.sh
+++ b/locale/update_po_files.sh
@@ -2,7 +2,7 @@
 # Run this script with locale as the current directory
 set -o errexit
 echo ";; Recreating audacity.pot using .h, .cpp and .mm files"
-for path in ../modules/mod-* ../libraries/lib-* ../include ../src ../crashreports ; do
+for path in ../modules/* ../libraries/lib-* ../include ../src ../crashreports ; do
    find $path -name \*.h -o -name \*.cpp -o -name \*.mm
 done | LANG=c sort | \
 sed -E 's/\.\.\///g' |\
-- 
GitLab