diff options
author | Erich Eckner <git@eckner.net> | 2017-11-02 18:34:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-02 18:34:33 +0100 |
commit | 79090e1fdcca30f104171b7e9914173c0bdf76f3 (patch) | |
tree | f234df0ac53c8e213a2fc4a6c84b3bb7a4ea591a /bin/common-functions | |
parent | 8e26a0024cb25660be7bb2934b30f84044cd0211 (diff) | |
download | builder-79090e1fdcca30f104171b7e9914173c0bdf76f3.tar.xz |
bin/common-functions: add todo
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/common-functions b/bin/common-functions index c6e821e..5d4946c 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,6 +2,10 @@ # contains functions used by more than one script +# TODO: prosody-1:0.10.0-2-i686.pkg.tar.xz vs. +# prosody-1:0.10.r7198+.2fd20f372cb1+-2-i686.pkg.tar.xz +# was not recognized? + # shellcheck disable=SC2039 if [ -z "${base_dir}" ]; then |