aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-13 15:45:58 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-13 15:45:58 +0000
commitd45e3e9504a2689379c5395cf89fcaf7d8dfcb3b (patch)
tree44c5280284bc9f3afc923e8b8bf9ac75abf07be9 /vespabase
parentf1267c0976ec0013a9c487a5859b901844247dfd (diff)
match mismatched quote
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/start-cbinaries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/start-cbinaries.sh b/vespabase/src/start-cbinaries.sh
index fa732d6bda8..6a6720e7d9c 100755
--- a/vespabase/src/start-cbinaries.sh
+++ b/vespabase/src/start-cbinaries.sh
@@ -153,7 +153,7 @@ configure_vespa_malloc () {
if [ -f "$tryfile" ]; then
LD_PRELOAD="$tryfile"
if [ "$VESPA_LOAD_CODE_AS_HUGEPAGES" ]; then
- LD_PRELOAD="$LD_PRELOAD:"${VESPA_HOME}/${pre}/vespa/malloc/libvespa_load_as_huge.so"
+ LD_PRELOAD="$LD_PRELOAD:${VESPA_HOME}/${pre}/vespa/malloc/libvespa_load_as_huge.so"
fi
if [ "$VESPA_USE_HUGEPAGES" ]; then
export VESPA_MALLOC_HUGEPAGES="$VESPA_USE_HUGEPAGES"