[Lunar-commits] <lunar-iso> A bit of escaping needed

Stefan Wold ratler at lunar-linux.org
Sat Aug 21 11:18:04 CEST 2010


commit 16e694aad170d03787990b9145583fe9b23a73f9
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sat Aug 21 11:18:04 2010 +0200

    A bit of escaping needed
---
 initrd/template/sbin/init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/initrd/template/sbin/init b/initrd/template/sbin/init
index 6a0fe5e..e336e51 100755
--- a/initrd/template/sbin/init
+++ b/initrd/template/sbin/init
@@ -338,7 +338,7 @@ if cat /proc/cmdline | grep -q 'skipinitrd'; then
 	echo " |  wrong in this process, reboot with the ISO and use   |"
 	echo " |  the 'linux' or 'safe' boot options instead.          |"
 	echo " |                                                       |"
-	echo " `-------------------------------------------------------´"
+	echo " \`-------------------------------------------------------´"
 	echo ""
 	skipinitrd $*
 else


More information about the Lunar-commits mailing list