install: no need to run input *that* many times

This commit is contained in:
Daniel Eklöf 2020-11-22 12:13:32 +01:00
parent daa8d129c1
commit 82a9097cc0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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}
```