diff options
author | Erich Eckner <git@eckner.net> | 2017-11-12 12:58:29 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-12 12:58:29 +0100 |
commit | e395fe24beea48ef008c488b9f8afce990fd141f (patch) | |
tree | 1c735b09d741d0badf72bbc76c6d103032b8129c /bin/common-functions | |
parent | da241cfde2d6a841a841288081d7ef82993fbaed (diff) | |
download | builder-e395fe24beea48ef008c488b9f8afce990fd141f.tar.xz |
bin/common-functions: add TODO
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/common-functions b/bin/common-functions index 31f6928..84f4a62 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,6 +2,9 @@ # contains functions used by more than one script +# TODO: libreoffice-fresh-i18n should run-depend on libreoffice-fresh, +# but it's not recognized. + # shellcheck disable=SC2039 if [ -z "${base_dir}" ]; then |