commit 1fdb6460b3a1f0de03c1eda6dd17eaa880ee1f6e parent 7a2a51067543ac8c7cec47f50832d5a136566534 Author: Tomas Nemec <nemi@skaut.cz> Date: Fri, 24 Sep 2021 22:25:02 +0200 fix: correct if statement Diffstat:
M | fin-check-invoices | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fin-check-invoices b/fin-check-invoices @@ -59,7 +59,7 @@ for vs in ${(f)found}; do # Generate rss page from="" - if [ -n "$fio_from" ]; then + if [[ -n "$fio_from" ]]; then from="[$fio_from]" fi print "# Paid invoice $from ($mcheck)