diff options
author | Noel Power <noel.power@novell.com> | 2012-01-24 10:40:21 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-01-24 10:41:29 +0000 |
commit | 1f0ba007489e77e4145fc840cc3a878772494fd7 (patch) | |
tree | 6863c8c5466cb3529025d0cb9e21ba650955c529 /solenv/bin/ooinstall | |
parent | 229eb2e9dec3c54fa2b73b968d61985e5528edbf (diff) |
fix ( hopefully ) viewing artifacts in input line fdo#44391
Diffstat (limited to 'solenv/bin/ooinstall')
-rwxr-xr-x | solenv/bin/ooinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall index 794e81b930df..3b60909d5c50 100755 --- a/solenv/bin/ooinstall +++ b/solenv/bin/ooinstall @@ -50,7 +50,7 @@ for $arg (@ARGV) { $path = Cwd::realpath( $ENV{DESTDIR} . $arg ); if (!$do_link) { my $destdir = Cwd::realpath( $ENV{DESTDIR} ); - $path =~ s|$destdir||; +# $path =~ s|$destdir||; } } } |