forked from mirror/nnn
Fix checkpatches duplicate make
This commit is contained in:
parent
b658f324c2
commit
910763441d
1 changed files with 0 additions and 1 deletions
|
@ -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