Clean up environment. Added a comment regarding usage.

This commit is contained in:
Darren 'Tadgy' Austin 2019-07-21 21:29:53 +01:00
commit ef0b18f57a

View file

@ -514,10 +514,10 @@ parse_ini() {
fi fi
# Clean up the environment. # Clean up the environment.
unset INIFILE unset DELIM_SET INIFILE
} }
# If using the above functions in a script, adjust the call to 'parse_ini' below to use your chosen options.
parse_ini "$@" parse_ini "$@"
exit $? exit $?