1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-31 21:22:38 +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