This commit is contained in:
kento2 2026-04-02 17:23:50 +02:00
parent c72cc86a8c
commit 885b418bc7

View file

@ -3,7 +3,7 @@ set -e
set -x set -x
if ! which lr >/dev/null 2>&1; then if ! which lr >/dev/null 2>&1; then
>&2 echo "install leah2's lr(1) first" >&2 echo "install leahneukirchen's lr(1) first"
exit 1 exit 1
fi fi