mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-02 16:05:39 +02:00
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
|
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
|
if [ $(($n)) -eq $(($number)) ]; then
|
||||||
fatal_error "Duplicate Provider number: $number, provider: \"$provider\""
|
fatal_error "Duplicate Provider number: $number, provider: \"$provider\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user