small pixel drawing of a pufferfish pa

shellcheck: quote to avoid re-splitting
Jes Olson j3s@c3f.net
Wed, 28 Dec 2022 09:11:51 -0800
commit

6295a586f142710dad4de03c5808b5ada254d5db

parent

a78000eb3e6c69d12c0066bb396f61c75b72a11b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M papa

@@ -99,7 +99,7 @@ find . -type f -name \*.age | sed 's/..//;s/\.age$//'

} dep() { - for dep in $@; do + for dep in "$@"; do command -v "$dep" >/dev/null 2>&1 || die "$dep not found, install per https://github.com/FiloSottile/age" done