summaryrefslogtreecommitdiff
path: root/Xerl
diff options
context:
space:
mode:
authorChuck Norris (uranus.fritz.box) <paul@buetow.org>2014-08-17 14:24:14 +0200
committerChuck Norris (uranus.fritz.box) <paul@buetow.org>2014-08-17 14:24:14 +0200
commit98eea5583d0c3b52d0fe3dde9e9870ccba2fb983 (patch)
tree699c6aa2947c4b869d6ba4f25d4e19190b480079 /Xerl
parent8e02050582fcc8f58996c38ef260f2ec930914be (diff)
Knock, knock!
Who's there? Sam and Janet. Sam and Janet who? Sam and Janet Evening...
Diffstat (limited to 'Xerl')
-rw-r--r--Xerl/Setup/Configure.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xerl/Setup/Configure.pm b/Xerl/Setup/Configure.pm
index c179ec0..18c49fe 100644
--- a/Xerl/Setup/Configure.pm
+++ b/Xerl/Setup/Configure.pm
@@ -36,12 +36,6 @@ sub parse($) {
$self->setval( $1, $self->eval($2) ) if $_ =~ $re;
}
- my $hostroot = $self->get_hostroot();
- $self->set_hostroot("$hostroot/") unless $hostroot !~ m#/$#;
-
- my $cacheroot = $self->get_cacheroot();
- $self->set_cacheroot("$cacheroot/") unless $cacheroot !~ m#/$#;
-
return $self;
}