;examples: debconf: fix make check-*

This commit is contained in:
Simon Michael 2026-01-09 12:27:33 -10:00
parent a0c8004147
commit c3ea87ca20

View File

@ -21,5 +21,5 @@ dc%:
# make check-ledger, check-hledger - check readability
check-%:
@for d in dc*; do printf "$$d: "; ledger -f $$d/budget/journal.ledger stats >/dev/null && echo ok; done
@for d in dc*; do printf "$$d: "; $* -f $$d/budget/journal.ledger stats >/dev/null && echo ok; done