Make reference to $EXPORT consistent

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4112 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
paulgear 2006-06-16 02:55:22 +00:00
parent 02e6c6bd56
commit 68fc0fb463

View File

@ -842,7 +842,7 @@ validate_interfaces_file() {
detectnets) detectnets)
[ -n "$wildcard" ] && \ [ -n "$wildcard" ] && \
startup_error "The \"detectnets\" option may not be used with a wild-card interface" startup_error "The \"detectnets\" option may not be used with a wild-card interface"
[ -n $EXPORT ] && \ [ -n "$EXPORT" ] && \
startup_error "'detectnets' not permitted with the -e run-line option" startup_error "'detectnets' not permitted with the -e run-line option"
;; ;;
routeback) routeback)