mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
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=
|
local setting=
|
||||||
|
|
||||||
[ x$1 = "xYes" ] && { setting="Available"; shift; } || setting="Not available"
|
[ "x$1" = "xYes" ] && { setting="Available"; shift; } || setting="Not available"
|
||||||
|
|
||||||
echo " " $@: $setting
|
echo " " $@: $setting
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user