git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3854 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-03 21:19:44 +00:00
parent 86be38046c
commit 9f49b4864a

View File

@ -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\""