mirror of
https://git.tukaani.org/xz.git
synced 2025-10-05 16:58:17 +00:00
po4a/update-po: Ensure that a glob won't expand to a command line option
This commit is contained in:
parent
e3ba73034a
commit
37a57a926d
@ -82,7 +82,7 @@ po4a --force --verbose \
|
||||
|
||||
# Remove the *.po.authors files that were generated above.
|
||||
# This way they won't get included in distribution tarballs.
|
||||
rm -f *.po.authors
|
||||
rm -f -- *.po.authors
|
||||
|
||||
# Add the customized POT header which contains the SPDX license
|
||||
# identifier and spells out the license name instead of saying
|
||||
|
Loading…
x
Reference in New Issue
Block a user