diff options
author | Noel Power <noel.power@novell.com> | 2012-01-24 11:13:04 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-01-24 11:13:04 +0000 |
commit | e8681bede97a64d03eaa01556d19f5822f898c26 (patch) | |
tree | e4f843e63d7c270d30e1a5a130b4334cbf4c6edc /solenv | |
parent | 1f0ba007489e77e4145fc840cc3a878772494fd7 (diff) |
Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"
This reverts commit 1f0ba007489e77e4145fc840cc3a878772494fd7.
Diffstat (limited to 'solenv')
-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 3b60909d5c50..794e81b930df 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||; } } } |