forked from extern/shorewall_code
Fix typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3854 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
86be38046c
commit
9f49b4864a
@ -1190,7 +1190,7 @@ __EOF__
|
||||
|
||||
eval n=\$${t}_number
|
||||
#
|
||||
# The following is because the %$#@ shell doesn't except hex numbers in '-eq' tests
|
||||
# The following is because the %$#@ shell doesn't accept hex numbers in '-eq' tests
|
||||
#
|
||||
if [ $(($n)) -eq $(($number)) ]; then
|
||||
fatal_error "Duplicate Provider number: $number, provider: \"$provider\""
|
||||
|
Loading…
Reference in New Issue
Block a user