From 8cfe32f62490fe70f222d13d4de5f711c512d472 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Thu, 3 May 2018 10:28:24 +0200 Subject: [PATCH] fix if as single command --- src/Makefile.xtables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.xtables b/src/Makefile.xtables index 56a6e18..1d66a71 100644 --- a/src/Makefile.xtables +++ b/src/Makefile.xtables @@ -13,8 +13,8 @@ install: elif [ -d /usr/lib/i386-linux-gnu/xtables ]; then \ install -g root -o root -m 644 $(LIBS) /usr/lib/i386-linux-gnu/xtables; \ else \ - echo "Unable to find xtables modules path!" - exit 1 + echo "Unable to find xtables modules path!"; \ + exit 1; \ fi lib%.so: lib%.o