Olaf Hering 2022-07-08 08:29:49 +00:00 committed by Git OBS Bridge
parent a8442223dc
commit 796cf7f3e5

View File

@ -62,6 +62,9 @@ do_work() {
if (candidate == "+") {
next
}
if (candidate ~ /^\^/) {
next
}
if (candidate ~ /^\+/) {
candidate = substr(candidate, 2);
}