summaryrefslogtreecommitdiffstats
path: root/configgen/bin/make-config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'configgen/bin/make-config.pl')
-rwxr-xr-xconfiggen/bin/make-config.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/configgen/bin/make-config.pl b/configgen/bin/make-config.pl
index 1a1e9cded10..2919e9b004a 100755
--- a/configgen/bin/make-config.pl
+++ b/configgen/bin/make-config.pl
@@ -63,7 +63,6 @@ sub findhome {
BEGIN {
my $tmp = findhome();
- if ( $tmp !~ m{[/]$} ) { $tmp .= "/"; }
$ENV{'VESPA_HOME'} = $tmp;
}
my $VESPA_HOME = $ENV{'VESPA_HOME'};