mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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-italic \
|
||||||
--attr-underline \
|
--attr-underline \
|
||||||
${tmp_file}
|
${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}
|
rm ${tmp_file}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue