aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-13 17:47:16 +0200
committerGitHub <noreply@github.com>2022-05-13 17:47:16 +0200
commit0e4d2fe579bd9f6175a3fd1ff4c37b75fccd92f8 (patch)
tree9cc723cf181e45d1fe4cbe96d02b0ab48fe4873b
parentcc7fbf819ed92c66b399db0b8d7af65a28f62ce3 (diff)
parentd45e3e9504a2689379c5395cf89fcaf7d8dfcb3b (diff)
Merge pull request #22598 from vespa-engine/balder/match-mismatch-quote
match mismatched quote
-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"