The previous syntax resulted in:

  ./configure: line 199: [SERVICEDIR]=: command not found

Signed-off-by: Evangelos Foutras <[email protected]>
---
 Shorewall-core/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Shorewall-core/configure b/Shorewall-core/configure
index c192c24..37f71d3 100755
--- a/Shorewall-core/configure
+++ b/Shorewall-core/configure
@@ -196,7 +196,7 @@ elif [ -n "${options[VARDIR]}" ]; then
 fi
 
 if [ -z "${options[SERVICEDIR]}" ]; then
-    $options[SERVICEDIR]="${options[SYSTEMD]}"
+    options[SERVICEDIR]="${options[SYSTEMD]}"
 fi
 
 for on in \
-- 
2.1.3


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to