hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 6801de052ae08a9ab188c117840a7528363b5d09
parent d0b004b58759c21a682219e7fde750b1095ffd48
Author: Sebastian <sebastian@sebsite.pw>
Date:   Mon, 10 Oct 2022 17:26:37 -0400

scripts/gen-docs.sh: quote $srcdir

To accomodate for source directories with spaces in their name.

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mscripts/gen-docs.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-docs.sh b/scripts/gen-docs.sh @@ -2,7 +2,7 @@ srcdir="$(dirname "$0")" getmods() ( DOCS=1 - . $srcdir/gen-stdlib + . "$srcdir"/gen-stdlib IFS=" " for module in $modules; do