diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:09:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:09:33 (EDT) |
commit | 7ce619cbbac534e9cf1a934189e57c8464ea2c45 (patch) | |
tree | bca90cf31abba28682c13022603130df373ca3b9 /TODO | |
parent | 2ab84a2acf2328e531473baf618bebf409f6ad1a (diff) |
TODO: Improve in-place locale loading
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ General Cleanup * Finish manual pages for functions and utilities. * Change/update option letters for `ob_parse_dep()`. * Reconsider using `getopts`. + * Improve in-place locale loading, including the safety of + `printf "${_OB_LOCALE_PATH}"`. Functional Changes ------------------ |