From 7c96ddd63e502abf417350ef6d56b509fb6af15c Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 13 Jun 2023 17:14:50 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index da108f8b3..e9d65c392 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -7,7 +7,6 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } P_VER=`python3 -V | awk '{print $2}'` - echo "python:$P_VER" curPath=`pwd`