From 54bfbfab27f1d80f5fe28567c30fdd10a1340ade Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.1.20 - 6 --- tools/manage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 tools/manage (limited to 'tools') diff --git a/tools/manage b/tools/manage old mode 100644 new mode 100755 index 39eb16a..dc7f64b --- a/tools/manage +++ b/tools/manage @@ -2,8 +2,8 @@ set -e -python3.11 --version >NUL 2>&1 || ( - echo Error: failed to run Python with py -3 --version. +python3.11 --version > /dev/null 2>&1 || ( + echo Error: failed to run Python with python3.11 --version. exit 1 ) -- cgit v1.2.3