From c53126d373c71f9f89264ae57bcdc1478740aea1 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 27 Apr 2020 00:16:25 +0200 Subject: [PATCH] its getting late --- scripts/make-unix-sfx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-unix-sfx.sh b/scripts/make-unix-sfx.sh index 545af5cc..a209ed5c 100755 --- a/scripts/make-unix-sfx.sh +++ b/scripts/make-unix-sfx.sh @@ -93,7 +93,7 @@ py="$(command -v python2)" || { done # delete the bundled jinja2 if we have a better one - python3 -c 'import jinja2' 2>/dev/null && + "$py" -c 'import jinja2' 2>/dev/null && rm -rf $dir/jinja2 true ) >&2 || exit 1