shithub: sl

Download patch

ref: 05438df19888182fa35cb5171bb37e6c4410fa96
parent: c73b94d0089939255e1912fe967c2007be13a5e5
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