small benchmark instances bugfix

This commit is contained in:
Andreas Meyer 2007-04-07 20:08:58 +00:00
parent 7b1b7868b5
commit 38174ea0d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = $`;
} }