mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: run xtgettcap without any arguments
We execute xtgettcap in the parent terminal. Thus we don’t know if it implements XTGETTCAP, and thus it’s not guaranteed to exit - it may hang indefinitely waiting for a reply. Fix by not actually quering anything.
This commit is contained in:
parent
807e193854
commit
a9fc7ce180
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ rm -f "${blddir}"/pgo-ok
|
|||
# To ensure profiling data is generated in the build directory
|
||||
cd "${blddir}"
|
||||
|
||||
"${blddir}"/utils/xtgettcap name
|
||||
"${blddir}"/utils/xtgettcap
|
||||
"${blddir}"/footclient --version
|
||||
"${blddir}"/foot \
|
||||
--config=/dev/null \
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ rm -f "${blddir}"/pgo-ok
|
|||
# To ensure profiling data is generated in the build directory
|
||||
cd "${blddir}"
|
||||
|
||||
"${blddir}"/utils/xtgettcap name
|
||||
"${blddir}"/utils/xtgettcap
|
||||
"${blddir}"/footclient --version
|
||||
"${blddir}"/foot --version
|
||||
"${blddir}"/pgo "${pgo_data}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue