shithub: femtolisp

Download patch

ref: 67e32a1c1140da65b2923b20a5387e853c5bf8c2
parent: a0b13ce06f42c7f7f37f350f3b5811c0cb3aaf74
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Jan 2 12:56:23 EST 2025

fix openbsd build (thanks mag)

--- a/boot2h.sh
+++ b/boot2h.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-od -t x1 -v -A n $* | sed -E 's/^[^ ]* / /g;s/ (..)/0x\1,/g'
+od -t x1 -v -A n $* | sed -E 's/^[^ ]*[ ]+/ /g;s/[ ]+([^ ]+)/0x\1,/g'