Fix setting of options[SERVICEDIR] in configure

The previous syntax resulted in:

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

Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Evangelos Foutras 2014-11-15 14:40:21 +02:00 committed by Tom Eastep
parent 9241552c52
commit 6f81bb5c8e

View File

@ -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 \