make.kak: style fix

This commit is contained in:
Maxime Coste 2012-08-17 18:41:40 +02:00
parent 4b93a90047
commit b6460aaec7

View File

@ -1,6 +1,6 @@
def -env-params make %{ echo make in progress, please wait...; %sh{
output=$(mktemp -t kak-make.XXXXXXXX)
make ${kak_param_0} ${kak_param_1} ${kak_param_2} ${kak_param_3} ${kak_param_4} >& ${output}
make $kak_param_0 $kak_param_1 $kak_param_2 $kak_param_3 $kak_param_4 >& ${output}
echo "echo
try %{ db *make* } catch %{ }
edit -scratch %{*make*}