mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
Fix
This commit is contained in:
parent
9e2be65d68
commit
2a890bdeae
@ -1,7 +1,7 @@
|
||||
# font: fontimage
|
||||
|
||||
font() {
|
||||
fontimage -o "$cache_f.png" "$f" &&
|
||||
fontimage -o "$cache_f.png" "$f" 2> /dev/null &&
|
||||
mv -- "$cache_f.png" "$cache_f"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user