Skip to content

Commit

Permalink
fix build, ref #105
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 1, 2024
1 parent 34818fd commit 7235cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/package/translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ rm -rf "$lang_dir"/{po,readme.md,translation.patch}
rm -f "$lang_dir/english/cuts/intro.sve"

# update patchinf
for lang in "$lang_dir"/*; do
# shellcheck disable=SC2045 # Let it break if there are weird filenames.
for lang in $(ls $lang_dir); do
patchinf="$lang_dir/$lang/dialog/patchinf.msg"
# display current version
# shellcheck disable=SC2154 # from package.sh
Expand Down

0 comments on commit 7235cc4

Please sign in to comment.