From ab3e5e2638897ba82046fd45b076e04aca46324f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 14 Nov 2024 11:44:00 +0100 Subject: [PATCH] export CRYSTAL_EXEC_PATH --- bin/crystal | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/crystal b/bin/crystal index 98e33f42f962..08df2485ee2c 100755 --- a/bin/crystal +++ b/bin/crystal @@ -189,6 +189,7 @@ esac # CRYSTAL_EXEC_PATH determines the location of the `crystal` program for external # compiler commands. CRYSTAL_EXEC_PATH="$SCRIPT_ROOT" +export CRYSTAL_EXEC_PATH if [ -x "$CRYSTAL_DIR/${CRYSTAL_BIN}" ]; then __warning_msg "Using compiled compiler at ${CRYSTAL_DIR#"$PWD/"}/${CRYSTAL_BIN}"