updated python_find_library_executable.sh

pull/2/head
Hari Sekhon 5 years ago
parent e3b10280ac
commit 64393c94e9

@ -22,6 +22,7 @@ set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(dirname "$0")"
# shellcheck disable=SC1090
. "$srcdir/lib/utils.sh"
python="${PYTHON:-python}"

Loading…
Cancel
Save