Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
6f49dfca by Abhilash Raj at 2021-09-19T10:32:18-07:00
Update generate_mo.sh to work with macOS version of find.

- - - - -
a815e0f7 by Abhilash Raj at 2021-09-19T17:57:03+00:00
Merge branch 'fix-find' into 'master'

Update generate_mo.sh to work with macOS version of find.

See merge request mailman/mailman!920
- - - - -


1 changed file:

- generate_mo.sh


Changes:

=====================================
generate_mo.sh
=====================================
@@ -3,7 +3,7 @@
 # This script generates .mo files from all the .po files in the source.
 
 echo 'Generating mo files for GNU Mailman ...'
-for file in `find -name 'mailman.po'`
+for file in `find . -name 'mailman.po'`
 do
     echo $file
     msgfmt $file -o ${file/po/mo} -v



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/0d188ea3a70ffce560758583d30dc36d4810dcf9...a815e0f7b3df85cfb3dc97957a729b9b1b1e552e

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/0d188ea3a70ffce560758583d30dc36d4810dcf9...a815e0f7b3df85cfb3dc97957a729b9b1b1e552e
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to