summaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-12 06:48:14 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-27 13:22:50 -0400
commite287a11c4387382277c31735504fc762c33b4cee (patch)
treeb262dc8de64db21a7d2cb2c980f2be39805d6a34 /pre-inst-env.in
parentf713890a773a7d6ff666277592eec72f2328a5b6 (diff)
Switch to Catbird engine.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r--pre-inst-env.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index ef25760..e283d7b 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -13,10 +13,10 @@ then
export CHICKADEE_DATADIR=$LOCAL_CHICKADEE/data
fi
-if [ -n "$LOCAL_STARLING" ]
+if [ -n "$LOCAL_CATBIRD" ]
then
- export GUILE_LOAD_PATH=$LOCAL_STARLING:$GUILE_LOAD_PATH
- export GUILE_LOAD_COMPILED_PATH=$LOCAL_STARLING:$GUILE_LOAD_COMPILED_PATH
+ export GUILE_LOAD_PATH=$LOCAL_CATBIRD:$GUILE_LOAD_PATH
+ export GUILE_LOAD_COMPILED_PATH=$LOCAL_CATBIRD:$GUILE_LOAD_COMPILED_PATH
fi
PATH="$abs_top_builddir/scripts:$PATH"