]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Makefile: prefix suricata-update error with @
authorJason Ish <jason.ish@oisf.net>
Fri, 11 Oct 2019 17:11:27 +0000 (11:11 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 12 Oct 2019 09:27:23 +0000 (11:27 +0200)
So only the echo output is displayed. Not the lines themselves.

Makefile.am

index b7fbbb0c55c097e13f1c0677403039435bd8e7f2..c920180fa664a0b894ed79b15726d2b0f77cf6e3 100644 (file)
@@ -37,8 +37,8 @@ if INSTALL_SURICATA_UPDATE
                --suricata-conf $(DESTDIR)$(sysconfdir)/suricata/suricata.yaml \
                --no-test --no-reload
 else
-       echo "error: rules not installed as suricata-update not available"
-       exit 1
+       @echo "error: rules not installed as suricata-update not available"
+       @exit 1
 endif
        @echo ""
        @echo "You can now start suricata by running as root something like:"