shithub: femtolisp

Download patch

ref: 93e8ec486116f772eef858ec35135e78d8ca1af6
parent: ebbc3ba5e1a9f2fb59449148ebaec2e153a6f529
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Nov 3 15:22:49 EST 2024

boot2h: make sure there is a newline after (thanks be0ba)

--- a/boot2h.sh
+++ b/boot2h.sh
@@ -2,3 +2,4 @@
 set -e
 sed -E 's#^[ 	]+##g' $* | tr '
 ' ' ' | sed 's#\\#\\\\#g;s#"#\\"#g;s#^#"#g;s#$#\\n"#g'
+echo