mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
fixed tests numbering
This commit is contained in:
@@ -18,7 +18,6 @@ failed=0
|
||||
fi
|
||||
} > "$TMP3"
|
||||
while read -r number test_line; do
|
||||
number=$((number-1))
|
||||
test_line="${test_line// #.*//}"
|
||||
if [[ $test_line = "cht.sh "* ]]; then
|
||||
test_line="${test_line//cht.sh /}"
|
||||
|
||||
Reference in New Issue
Block a user