From bd8c7e538a866aa254c09a66e4d64a5ca85c25fc Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 7 Jun 2021 20:09:45 +0200 Subject: [PATCH] sfx.sh: use system jinja2 when available --- scripts/sfx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sfx.sh b/scripts/sfx.sh index acaaa0ed..1f53c8db 100644 --- a/scripts/sfx.sh +++ b/scripts/sfx.sh @@ -47,7 +47,7 @@ grep -E '/(python|pypy)[0-9\.-]*$' >$dir/pys || true printf '\033[1;30mlooking for jinja2 in [%s]\033[0m\n' "$_py" >&2 $_py -c 'import jinja2' 2>/dev/null || continue printf '%s\n' "$_py" - mv $dir/{,x.}jinja2 + mv $dir/{,x.}dep-j2 break done)"