[Libreoffice-commits] .: solenv/bin

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 2 00:57:26 PST 2010


 solenv/bin/relocate |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit e88147f339a1e10c574eeb6947fbecef7d851851
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 2 08:56:52 2010 +0000

    fix relocate now that tcsh Env file is no longer generated

diff --git a/solenv/bin/relocate b/solenv/bin/relocate
index 2158d5d..3fa6300 100755
--- a/solenv/bin/relocate
+++ b/solenv/bin/relocate
@@ -103,13 +103,6 @@ sub rewrite_set($$$)
     $state{'win32_new_root'} = $tmp;
 
     sed_file ("$new_root/$set", \&rewrite_value, \%state);
-
-    my $tcsh_set = $set;
-    $tcsh_set =~ s/\.sh$//;
-
-    print "   $tcsh_set\n";
-
-    sed_file ("$new_root/$tcsh_set", \&rewrite_value, \%state);
 }
 
 sub find_old_root($$)


More information about the Libreoffice-commits mailing list