diff options
| author | Daniel Baumann <daniel@debian.org> | 2008-08-09 17:06:29 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | cb2340ba38b5ef6753158b4e992b2c7f59ff8427 (patch) | |
| tree | cd5e547a4bd1c136ac7e0b5c7fa560128de89a55 /scripts/live-functions | |
| parent | a2ef4657d3d3cdb14957034376e4b934a0b7650d (diff) | |
| download | live-boot-cb2340ba38b5ef6753158b4e992b2c7f59ff8427.tar.gz live-boot-cb2340ba38b5ef6753158b4e992b2c7f59ff8427.zip | |
Slightely adjusting to the more widespread used ascii swirl.
Diffstat (limited to 'scripts/live-functions')
| -rw-r--r-- | scripts/live-functions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/live-functions b/scripts/live-functions index 01350e8..8d55de0 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -103,9 +103,9 @@ lang2locale() { # Override panic from scripts/functions panic() { - DEB_1="\033[1;31m ,''\`. \033[0m" - DEB_2="\033[1;31m: :' : \033[0m" - DEB_3="\033[1;31m\`. \`' \033[0m" + DEB_1="\033[1;31m .''\`. \033[0m" + DEB_2="\033[1;31m: :' : \033[0m" + DEB_3="\033[1;31m\`. \`'\` \033[0m" DEB_4="\033[1;31m \`- \033[0m" LIVELOG="\033[1;37m/live.log\033[0m" |
