diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-24 15:29:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-24 15:29:56 +0100 |
commit | 8cfa1d73c165f9e0f09b8cbc41a93c7a66406903 (patch) | |
tree | 53bb66afd3e4e1390598425d990cb170c2199dbf | |
parent | 1b2b2283000850dedb00659ce49a0c5eee4aeebb (diff) |
assuming this is a typo
-rwxr-xr-x | solenv/bin/linkoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index fc7b38c4aa8a..ac59d88dd258 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -347,7 +347,7 @@ sub do_link_gdb_py($$$) my $libdir = shift; my $loader = shift; - my $lib = $loader =~ s/-gdb.py$//r; + my $lib = $loader =~ s/-gdb.py$//; my $destdir = $libdir; # Autoloader for a library is looked for in the same directory the library # is (the library, not a symlink to it). Therefore it does not help to link |