Correct typo in get_params()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-10-14 09:30:27 -07:00
parent 49acc84f05
commit ab7975539c

View File

@ -4178,7 +4178,7 @@ sub get_params() {
# #
# - Variable names preceded by 'export ' # - Variable names preceded by 'export '
# - Variable values are delimited by double quotes # - Variable values are delimited by double quotes
# - Embedded single quotes are escaped with '\' # - Embedded double quotes are escaped with '\'
# - Valueless variables ( e.g., 'export foo') are supported # - Valueless variables ( e.g., 'export foo') are supported
# #
$shell = OLDBASH; $shell = OLDBASH;