diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:31:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 19:31:35 (EDT) |
commit | 77fbe921910a59f4ea6ff8fbe8a5336d669a4576 (patch) | |
tree | 9dd6181f98763f232aaca2e967658b60de0213a7 | |
parent | 71223efba8f4e3f50a93ed184648fd3eaedfce0a (diff) |
TODO: Add tasks related to executables
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ General Cleanup * Reconsider using `getopts`. * Improve in-place locale loading, including the safety of `printf "${_OB_LOCALE_PATH}"`. + * Make ob- executables work without environment variables from opkbuild? + * Add unit tests for executables. Functional Changes ------------------ |