Don't tie EXPORTPARAMS to -e

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5386 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2007-02-09 17:57:56 +00:00
parent 9daeaefc39
commit d01fbf61a3
2 changed files with 2 additions and 3 deletions

View File

@ -5092,7 +5092,7 @@ __EOF__
__EOF__
fi
[ -n "$EXPORTPARAMS" -o -z "$EXPORT" ] && append_file params
[ -n "$EXPORTPARAMS" ] && append_file params
cat >&3 << __EOF__