We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cce1e7 commit 97b05beCopy full SHA for 97b05be
script_umdp3_checker/bin/umdp3_check.pl
@@ -149,7 +149,7 @@
149
}
150
151
152
-if ( grep( /URL:\ssvn:\/\/fcm\d+\/(\w|\.)+_svn\/\w+\/trunk/sxm, @binfo )
+if ( grep( /URL:\ssvn:\/\/[^\/]+\/(\w|\.)+_svn\/\w+\/trunk/sxm, @binfo )
153
or grep( /URL:.*\/svn\/\w+\/main\/trunk/sxm, @binfo )
154
or grep( /URL:..*_svn\/main\/trunk/sxm, @binfo )
155
or grep( /URL:\sfile:\/\/.*\/trunk/sxm, @binfo ) )
0 commit comments