forked from extern/shorewall_code
Fix my application of Simon Matter's Patch
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@637 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
eee8b28a8e
commit
24d864d427
@ -3320,7 +3320,7 @@ report_capability() # $1 = Capability Name, $2 Capability Setting (if any)
|
||||
{
|
||||
local setting=
|
||||
|
||||
[ x$1 = "xYes" ] && { setting="Available"; shift; } || setting="Not available"
|
||||
[ "x$1" = "xYes" ] && { setting="Available"; shift; } || setting="Not available"
|
||||
|
||||
echo " " $@: $setting
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user