We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27942a commit e9493f6Copy full SHA for e9493f6
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