We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae4bd9 commit 60637b1Copy full SHA for 60637b1
bin/compile
@@ -10,7 +10,7 @@ OG_COMPILE_SCRIPT="$BIN_DIR/og_compile"
10
CUSTOM_SCRIPT_CONFIG_VAR_PATH="$ENV_DIR/PYTHON_BUILD_SCRIPT"
11
12
if test -f "$CUSTOM_SCRIPT_CONFIG_VAR_PATH"; then
13
- echo "Found custom build script config var: $CUSTOM_SCRIPT_CONFIG_VAR_PATH"
+ echo "Found custom build script config var: $CUSTOM_SCRIPT_CONFIG_VAR_PATH"
14
script_path_val=$(cat "$CUSTOM_SCRIPT_CONFIG_VAR_PATH")
15
custom_script_path="$ROOT_BUILD_DIR/$script_path_val"
16
echo "Using script $custom_script_path"
bin/compile_back
0 commit comments