We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27942a + e9493f6 commit ccf581fCopy full SHA for ccf581f
1 file changed
c_check
@@ -30,7 +30,7 @@ if ($ARGV[0] =~ /(.*)(-[.\d]+)/) {
30
$cross_suffix = $1;
31
}
32
} else {
33
- if ($ARGV[0] =~ /(.*-)(.*)/) {
+ if ($ARGV[0] =~ /([^\/]*-)([^\/]*$)/) {
34
35
36
0 commit comments