mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Fix checkpatches duplicate make
This commit is contained in:
parent
b658f324c2
commit
910763441d
|
@ -17,7 +17,6 @@ for ((n=1; n < z; ++n)); do
|
|||
printf "%s=%d " "${patches[$i]}" "$(( (n & (1 << i)) != 0 ))"
|
||||
done | tee "/dev/stderr" | (
|
||||
make clean -s
|
||||
xargs make 2>&1
|
||||
if ! xargs make 2>&1; then
|
||||
echo "[FAILED]" >&2
|
||||
kill -SIGUSR1 "$pid"
|
||||
|
|
Loading…
Reference in a new issue