restore ^something rule
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=75
This commit is contained in:
parent
a8442223dc
commit
796cf7f3e5
@ -62,6 +62,9 @@ do_work() {
|
|||||||
if (candidate == "+") {
|
if (candidate == "+") {
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
if (candidate ~ /^\^/) {
|
||||||
|
next
|
||||||
|
}
|
||||||
if (candidate ~ /^\+/) {
|
if (candidate ~ /^\+/) {
|
||||||
candidate = substr(candidate, 2);
|
candidate = substr(candidate, 2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user