diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:21:07 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:21:07 -0500 |
| commit | 9d408f33219496ce32670521d376d6020bba900a (patch) | |
| tree | 03e0c392115e0206465175048bf35dbe7ca5352b | |
| parent | 3ed20ff9b2b88889fe391fde7ef6387808e99547 (diff) | |
fix build script typo
| -rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ set -eu # TODO actually install haunt -GUILE_LOAD_PATH="$HOME/src/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}" +GUILE_LOAD_PATH="$HOME/git/guile-commonmark${GUILE_LOAD_PATH:+:$GUILE_LOAD_PATH}" export GUILE_LOAD_PATH cd "$HOME/www-personal" |
