summaryrefslogtreecommitdiffstats
path: root/standalone-container/src/main/sh/jdisc_container_start
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container/src/main/sh/jdisc_container_start')
-rwxr-xr-xstandalone-container/src/main/sh/jdisc_container_start2
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone-container/src/main/sh/jdisc_container_start b/standalone-container/src/main/sh/jdisc_container_start
index fb57ae7aa49..5fb4642a21d 100755
--- a/standalone-container/src/main/sh/jdisc_container_start
+++ b/standalone-container/src/main/sh/jdisc_container_start
@@ -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