mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
install: no need to run input *that* many times
This commit is contained in:
parent
daa8d129c1
commit
82a9097cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ tmp_file=$(mktemp)
|
|||
--attr-italic \
|
||||
--attr-underline \
|
||||
${tmp_file}
|
||||
./pgo ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file} ${tmp_file}
|
||||
./pgo ${tmp_file} ${tmp_file} ${tmp_file}
|
||||
rm ${tmp_file}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue