diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:19:55 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:19:55 -0500 |
| commit | 3ed20ff9b2b88889fe391fde7ef6387808e99547 (patch) | |
| tree | a0e47458c615f8166f367d66297a71e4b5ac53c0 /build.sh | |
| parent | 6168162b67dcefdd004d6e13cfb0ac68512c7812 (diff) | |
fix build script
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
