From 3ed20ff9b2b88889fe391fde7ef6387808e99547 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 21:19:55 -0500 Subject: fix build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 4fb28be..69b6e6c 100644 --- a/build.sh +++ b/build.sh @@ -6,6 +6,9 @@ set -eu # TODO actually install haunt +GUILE_LOAD_PATH="$HOME/src/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}" +export GUILE_LOAD_PATH + cd "$HOME/www-personal" ./update.sh -- cgit v1.3