Skip to content

Commit

Permalink
Fix error in shell expansion in script
Browse files Browse the repository at this point in the history
This causes the correct deletion of some obsolete files.
  • Loading branch information
dark committed Sep 14, 2024
1 parent bca5add commit 31a131d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed contentpack/MVA-DAB.zip
Binary file not shown.
Binary file removed contentpack/MVA-F11.zip
Binary file not shown.
Binary file removed contentpack/MVA-MKG.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion regenerate-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function do_work() {
parallel --eta "${D}/scripts/generate-contentpack.sh" "${D}/${map_type_lowercase}-kml/" "${map_type_uppercase}" > /dev/null
popd &> /dev/null
echo 'Done regenerating contentpack files, moving files into the repo...'
rm -f "${D}/contentpack/${map_type_uppercase}-*.zip"
rm -f ${D}/contentpack/${map_type_uppercase}-*.zip
mv ${TMPDIR}/contentpack/*.zip "${D}/contentpack/"
echo 'Contentpack files moved into the repo.'

Expand Down

0 comments on commit 31a131d

Please sign in to comment.