Clean up environment. Added a comment regarding usage.
This commit is contained in:
parent
4860b274ef
commit
ef0b18f57a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 $?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue