summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-08-22 09:51:43 +0200
committerDavid Tardon <dtardon@redhat.com>2011-08-22 17:34:04 +0200
commit096d36c9043aba2966657390a758fdbcb4a06eb7 (patch)
treee4d9fca2d489402799f30d3c0f2365bc314f8652 /solenv
parent3c8f40e039b4d32cced201022050769eb40a3a49 (diff)
the backslash should be escaped here
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/linkoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index c2565b671f7e..15dfa08a1e34 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -78,7 +78,7 @@ my $dllre = '\.so$';
$dllre = '\.dylib$' if ($ENV{OS} eq 'MACOSX');
my %replaceable = (
- $program_dir => "($dllre|\.rdb)",
+ $program_dir => "($dllre|\\.rdb)",
$ure_lib_dir => "($dllre|\\.so\\.3\$)",
$program_dir . '/resource' => '\.res$',
$program_dir . '/classes' => '\.jar$',