hare

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

commit 6390e11472e2393e4b26bf2e81c2d762546187b0
parent 56678fefc4220f859def6ba37fcd5d51fd822907
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 16 Jan 2023 16:05:37 +0100

Revert time/hash shell syntax change

Back to telling people to use a POSIX shell or GTFO

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mscripts/gen-stdlib | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/gen-stdlib b/scripts/gen-stdlib @@ -814,7 +814,7 @@ hare_parse() { fi } -'hash'() { +hash() { gen_srcs hash \ hash.ha gen_ssa hash io fmt @@ -1302,7 +1302,7 @@ temp() { crypto::random encoding::hex errors fs io os path strio fmt } -'time'() { +time() { gen_srcs -plinux time \ +linux/functions.ha \ +linux/+'$(ARCH)'.ha \