aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase/src/start-vespa-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase/src/start-vespa-base.sh')
-rwxr-xr-xvespabase/src/start-vespa-base.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespabase/src/start-vespa-base.sh b/vespabase/src/start-vespa-base.sh
index 4cb5d3644f6..cb97c245dea 100755
--- a/vespabase/src/start-vespa-base.sh
+++ b/vespabase/src/start-vespa-base.sh
@@ -23,8 +23,6 @@ COMMON_ENV=libexec/vespa/common-env.sh
source_common_env () {
if [ "$VESPA_HOME" ] && [ -d "$VESPA_HOME" ]; then
- # ensure it ends with "/" :
- VESPA_HOME=${VESPA_HOME%/}/
export VESPA_HOME
common_env=$VESPA_HOME/$COMMON_ENV
if [ -f "$common_env" ]; then