diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-20 23:44:25 +0800 |
commit | 54bfbfab27f1d80f5fe28567c30fdd10a1340ade (patch) | |
tree | 31c89439523352b08595ccb547cc40c3c2189914 | |
parent | 672492caff469ea135d5e1338d4406d2b20bab16 (diff) | |
download | crupest-54bfbfab27f1d80f5fe28567c30fdd10a1340ade.tar.gz crupest-54bfbfab27f1d80f5fe28567c30fdd10a1340ade.tar.bz2 crupest-54bfbfab27f1d80f5fe28567c30fdd10a1340ade.zip |
HALF WORK: 2024.1.20 - 6
-rwxr-xr-x[-rw-r--r--] | tools/manage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/manage b/tools/manage index 39eb16a..dc7f64b 100644..100755 --- 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 ) |