diff options
author | Erich Eckner <git@eckner.net> | 2017-11-13 14:49:03 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-13 14:49:03 +0100 |
commit | 140da9b95bc9545b476ca2f3f546b7f2834e0f3a (patch) | |
tree | 6b18601a81d0766f975bdc836e8ef0185f1f35e7 /bin/common-functions | |
parent | 282971c9c4cc973ab9966f4bdb55029d43fda2b2 (diff) | |
download | builder-140da9b95bc9545b476ca2f3f546b7f2834e0f3a.tar.xz |
bin/common-functions: remove TODO solved by 282971c
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/common-functions b/bin/common-functions index 323a111..1dcd328 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,9 +2,6 @@ # 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 |