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 == "+") {
|
||||
next
|
||||
}
|
||||
if (candidate ~ /^\^/) {
|
||||
next
|
||||
}
|
||||
if (candidate ~ /^\+/) {
|
||||
candidate = substr(candidate, 2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user