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 '
|
\lciShellCommand{perl -e '
|
||||||
$location = "#C1";
|
$location = "#C1";
|
||||||
$pattern="-name \"*.bff\"";
|
$pattern="-name \"*.bff\"";
|
||||||
if( $location =~ /\/([^\/]*\*[^\/]*)$/ ) {
|
if( $location =~ /\/([^\/]*[*\[\]?][^\/]*)$/ ) {
|
||||||
$pattern = " -name \"$1\"";
|
$pattern = " -name \"$1\"";
|
||||||
$location = $`;
|
$location = $`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue