hare

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

commit ee4b6fd156be2e72fd3de24d6d6824d3d2f30c78
parent 2ef6c1a7088e470c587e701431c17dddbd86359f
Author: Noah Pederson <noah@packetlost.dev>
Date:   Sat, 16 Apr 2022 14:59:49 -0500

include glob and regex in install-mods

Include glob and regex modules in the install-mods script, otherwise
they do not get installed into SRCDIR and applications that rely on them
won't compile.

Signed-off-by: Noah Pederson <noah@packetlost.dev>

Diffstat:
Mscripts/install-mods | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/install-mods b/scripts/install-mods @@ -14,6 +14,7 @@ fnmatch format fs getopt +glob hare hash io @@ -25,6 +26,7 @@ mime net os path +regex rt shlex slices