From 786bf5b1fe7dd6b57392f6e96469fd7e3789e0c8 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 24 Apr 2016 14:08:37 +0200 Subject: [PATCH] remove typo --- hermit/tools/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/tools/init.sh b/hermit/tools/init.sh index 18f4a422b..624d4d447 100755 --- a/hermit/tools/init.sh +++ b/hermit/tools/init.sh @@ -21,6 +21,6 @@ grep binfmt_misc /proc/mounts || mount binfmt_misc -t binfmt_misc /proc/sys/fs/b echo ":hermit:M:$ELF_OSABI_OFFSET:$ELF_OSABI::$PROXY:" > /proc/sys/fs/binfmt_misc/register # Startup completed -sleep 1 && echo -e '\n\nWelcome to HermitCore (http://www.hermitcore.org/)!' +sleep 1 && echo -e '\nWelcome to HermitCore (http://www.hermitcore.org/)!' /bin/sh