Kaydet (Commit) 096d36c9 authored tarafından David Tardon's avatar David Tardon

the backslash should be escaped here

üst 3c8f40e0
...@@ -78,7 +78,7 @@ my $dllre = '\.so$'; ...@@ -78,7 +78,7 @@ my $dllre = '\.so$';
$dllre = '\.dylib$' if ($ENV{OS} eq 'MACOSX'); $dllre = '\.dylib$' if ($ENV{OS} eq 'MACOSX');
my %replaceable = ( my %replaceable = (
$program_dir => "($dllre|\.rdb)", $program_dir => "($dllre|\\.rdb)",
$ure_lib_dir => "($dllre|\\.so\\.3\$)", $ure_lib_dir => "($dllre|\\.so\\.3\$)",
$program_dir . '/resource' => '\.res$', $program_dir . '/resource' => '\.res$',
$program_dir . '/classes' => '\.jar$', $program_dir . '/classes' => '\.jar$',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment