1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Fix exit code when file not existing

This commit is contained in:
Ryan L McIntyre 2021-04-11 12:47:46 -07:00
parent 3deb6166be
commit e5828af6d3

View File

@ -74,5 +74,5 @@ do
# add mini readme file
zip -9 "$outputdir/$basename" -rj "$mini_readme"
rm "$mini_readme"
rm -f "$mini_readme"
done