Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Nov 7, 2021
2 parents f130d25 + 3e580b1 commit 960e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/tools/make.kak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define-command -params .. \
} make %{ evaluate-commands %sh{
output=$(mktemp -d "${TMPDIR:-/tmp}"/kak-make.XXXXXXXX)/fifo
mkfifo ${output}
( eval ${kak_opt_makecmd} "$@" > ${output} 2>&1 & ) > /dev/null 2>&1 < /dev/null
( eval "${kak_opt_makecmd}" "$@" > ${output} 2>&1 & ) > /dev/null 2>&1 < /dev/null
printf %s\\n "evaluate-commands -try-client '$kak_opt_toolsclient' %{
edit! -fifo ${output} -scroll *make*
Expand Down

0 comments on commit 960e7c7

Please sign in to comment.