shithub: sl

Download patch

ref: 11e15133cd43c99a52b2b2dd2d4abcda73fe7622
parent: c17fab20adb6ca151107c70ab50599191491ab3e
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'