mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 23:28:59 +01:00
Fix another syntax error
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5794 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
930c3384ab
commit
e69390370d
@ -1838,12 +1838,10 @@ do_initialize() {
|
||||
[ -e "$IPTABLES" ] || startup_error "\$IPTABLES=$IPTABLES does not exist or is not executable"
|
||||
fi
|
||||
|
||||
if $PROGRAM != compiler || $SHOREWALL_COMPILER = shell ; then
|
||||
f=$(find_file capabilities)
|
||||
f=$(find_file capabilities)
|
||||
|
||||
[ -f $f ] && . $f || determine_capabilities
|
||||
fi
|
||||
elif $PROGRAM != compiler || $SHOREWALL_COMPILER = shell ; then
|
||||
[ -f $f ] && . $f || determine_capabilities
|
||||
elif [ $PROGRAM != compiler -o $SHOREWALL_COMPILER = shell ] ; then
|
||||
f=$(find_file capabilities)
|
||||
[ -f $f ] && . $f || startup_error "The -e flag requires a capabilities file"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user