From 51d0a839de4facdc52d3b6dc69b07115652833dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 30 Sep 2018 22:54:12 +0200 Subject: [PATCH] base-files: Tweak issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * final 'a' - it was a bit 'q'-ish * 'g' was broken Signed-off-by: Andreas Müller --- appends/oe-core/base-files/issue | 14 +++++++------- appends/oe-core/base-files/issue.net | 14 +++++++------- scripts/sdcard-write/tools.inc | 1 + 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/appends/oe-core/base-files/issue b/appends/oe-core/base-files/issue index fdfa8a2..6f42b21 100644 --- a/appends/oe-core/base-files/issue +++ b/appends/oe-core/base-files/issue @@ -1,11 +1,11 @@ .-. .-. -| \\ / | .-. -| \\/ |.-----..----.| | .-----.-----.-----.----. -| || || .-'| '--.| ---' __ | | __ | -| | || ' || | | --'|--- | | | | \\ -'----'---''-----''--' '----''-----'--. |--'--'---`--` - -' | - '---' +| \\ / | .-. +| \\/ |.-----.----.| | .-----.-----.-----..----. +| || | .-'| '--.| ---' __ | |.-- | +| | || ' | | | --'|--- | | | | ' \\ +'----'---''-----'--' '----''-----'--. |--'--''--`--` + -' | + '---' The Mortsgna Distribution \n \l diff --git a/appends/oe-core/base-files/issue.net b/appends/oe-core/base-files/issue.net index 7f2b4da..98abf93 100644 --- a/appends/oe-core/base-files/issue.net +++ b/appends/oe-core/base-files/issue.net @@ -1,11 +1,11 @@ .-. .-. -| \\ / | .-. -| \\/ |.-----..----.| | .-----.-----.-----.----. -| || || .-'| '--.| ---' __ | | __ | -| | || ' || | | --'|--- | | | | \\ -'----'---''-----''--' '----''-----'--. |--'--'---`--` - -' | - '---' +| \\ / | .-. +| \\/ |.-----.----.| | .-----.-----.-----..----. +| || | .-'| '--.| ---' __ | |.-- | +| | || ' | | | --'|--- | | | | ' \\ +'----'---''-----'--' '----''-----'--. |--'--''--`--` + -' | + '---' The Mortsgna Distribution %h diff --git a/scripts/sdcard-write/tools.inc b/scripts/sdcard-write/tools.inc index a73b50c..3d3a2e4 100644 --- a/scripts/sdcard-write/tools.inc +++ b/scripts/sdcard-write/tools.inc @@ -31,6 +31,7 @@ if [ -t 1 ] ; then fi fi +# ErrorOut outputs error text in first param and exits script ErrorOut() { echo echo "${style_red}${style_bold}${1}!${style_normal}"