From c7dbd68a3ae5f026c79f9ea23dcd5bb6694b713b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 15:06:36 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/assemble.c | 2 +- src/splashtool | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/assemble.c b/src/assemble.c index e08d2d3..092b6d8 100644 --- a/src/assemble.c +++ b/src/assemble.c @@ -1,7 +1,7 @@ /** * splashtool – A simple tool for creating SYSLINUX splashes without fuss * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/splashtool b/src/splashtool index 0791b66..9539c70 100755 --- a/src/splashtool +++ b/src/splashtool @@ -2,7 +2,7 @@ # # splashtool – A simple tool for creating SYSLINUX splashes without fuss # -# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 2014 Mattias Andrée (m@maandree.se) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -172,7 +172,7 @@ menu_ () { line="$(printf "%68s" "" | sed -e 's/ /─/g')" echo "┌${line}┐" - echo $'│\e\e'"${title}"$'\e'"${border}"$'\e│' + printf '│\033\033%s\033%s\033│\n' "${title}" "${border}" echo "├${line}┤" sed -e 's/^/│\x1b\x1b/' -e 's/$/\x1b'"${border}"'\x1b│/' echo "└${line}┘" -- cgit v1.2.3-70-g09d2