Remove unused line.

This commit is contained in:
clsty
2024-01-06 19:11:56 +08:00
parent f21006e57b
commit 651875dfc5
-1
View File
@@ -7,7 +7,6 @@ function v() {
echo -e "\e[34m[$0]: Next command to be executed:\e[0m"
echo -e "\e[32m$@\e[0m"
execute=true
hasfailed=false
cmdstatus=0 # 0=normal; 1=failed; 2=failed but ignored; 3=skipped
if $ask;then
while true;do