mirror of https://github.com/CGAL/cgal
small benchmark instances bugfix
This commit is contained in:
parent
7b1b7868b5
commit
38174ea0d5
|
|
@ -1152,7 +1152,7 @@
|
|||
\lciShellCommand{perl -e '
|
||||
$location = "#C1";
|
||||
$pattern="-name \"*.bff\"";
|
||||
if( $location =~ /\/([^\/]*\*[^\/]*)$/ ) {
|
||||
if( $location =~ /\/([^\/]*[*\[\]?][^\/]*)$/ ) {
|
||||
$pattern = " -name \"$1\"";
|
||||
$location = $`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue