make.kak: fix parameter passing

This commit is contained in:
Maxime Coste 2012-08-29 14:03:55 +02:00
parent 2b8c636377
commit 1fc05c8bb0

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} < /dev/null &
make $kak_param0 $kak_param1 $kak_param2 $kak_param3 $kak_param4 >& ${output} < /dev/null &
echo "echo
try %{ db *make* } catch %{ }
edit -fifo ${output} *make*