1
Fork 0

remove redundant comment

This commit is contained in:
Motiejus Jakštys 2024-11-07 00:03:15 +02:00
parent 4f491bc334
commit f0e4815cb5
1 changed files with 0 additions and 1 deletions

1
run
View File

@ -307,7 +307,6 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
step=${step#step} step=${step#step}
step=${step#0} step=${step#0}
# works:
if [[ "$step" -le 0 ]]; then step00; fi if [[ "$step" -le 0 ]]; then step00; fi
if [[ "$step" -le 1 ]]; then step01; fi if [[ "$step" -le 1 ]]; then step01; fi
if [[ "$step" -le 2 ]]; then step02; fi if [[ "$step" -le 2 ]]; then step02; fi