From: Antonio Ospite Date: Thu, 3 May 2018 08:57:48 +0000 (+0200) Subject: Makefile: ignore error command if nft is not found X-Git-Url: https://git.ao2.it/config/iptables.git/commitdiff_plain/f44ca91b15e46f2f585daff1717ed90a7c75b89b?hp=f44ca91b15e46f2f585daff1717ed90a7c75b89b Makefile: ignore error command if nft is not found And while at it, since "command" was using the absolute path to cover the case of /usr/sbin not being in PATH, we might as well use "test -x" directly. ---