File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2+ #
3+ # Copyright (c) 2023-2026 CLOUDRISK Limited and FT Advisory LLC
4+ # SPDX-License-Identifier: Apache-2.0
5+ #
6+
27
38function error {
49 echo
@@ -94,7 +99,7 @@ echo "***** Get and Install Runtime"
9499# If RUNE_RUNTIME_DIR is not specified or the directory does not exist, it will install from GitHub.
95100# Set RUNE_RUNTIME_REF to control which branch/tag/commit is used (default: main).
96101# Example: export RUNE_RUNTIME_REF="feature/function_support"
97- # RUNE_RUNTIME_DIR="/Users/dls/projects/rune/rune-python-runtime/FINOS/rune-python-runtime"
102+ RUNE_RUNTIME_DIR=" /Users/dls/projects/rune/rune-python-runtime/FINOS/rune-python-runtime"
98103RUNE_RUNTIME_REF=" feature/function_support"
99104
100105if [ -n " $RUNE_RUNTIME_DIR " ] && [ -d " $RUNE_RUNTIME_DIR " ]; then
You can’t perform that action at this time.
0 commit comments