mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
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:
parent
9241552c52
commit
6f81bb5c8e
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -196,7 +196,7 @@ elif [ -n "${options[VARDIR]}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${options[SERVICEDIR]}" ]; then
|
if [ -z "${options[SERVICEDIR]}" ]; then
|
||||||
$options[SERVICEDIR]="${options[SYSTEMD]}"
|
options[SERVICEDIR]="${options[SYSTEMD]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for on in \
|
for on in \
|
||||||
|
Loading…
Reference in New Issue
Block a user