From 99440fc005d734d602fb9cd5b546e320c9b1e19b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 2 Apr 2021 12:49:26 +0200 Subject: Makefile: fix logic to detect empty "node.def" files Commit 5b22ebae ("T3170: check if any generated node.def files are empty") added an initial test to find empty node.def files created by build-command-templates or build-command-op-templates. The problem was that GNU find always returns 0, thus the condition to bail out on error was always met. This has been corrected to return false on hits only. --- interface-definitions/ssh.xml.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'interface-definitions/ssh.xml.in') diff --git a/interface-definitions/ssh.xml.in b/interface-definitions/ssh.xml.in index c2d514b09..6faef9bd5 100644 --- a/interface-definitions/ssh.xml.in +++ b/interface-definitions/ssh.xml.in @@ -2,6 +2,9 @@ + + System services + -- cgit v1.2.3