summaryrefslogtreecommitdiffstats
path: root/vespabase/src/start-tool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase/src/start-tool.sh')
-rwxr-xr-xvespabase/src/start-tool.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespabase/src/start-tool.sh b/vespabase/src/start-tool.sh
index 2efaa4e24a7..4a2ddbb61cf 100755
--- a/vespabase/src/start-tool.sh
+++ b/vespabase/src/start-tool.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