diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-26 13:31:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-26 13:31:49 (EDT) |
commit | b3ce56f0511ad6e2ad2142498fd3a80e6513aea0 (patch) | |
tree | f4c139e93f1b55229675712cb435bcb438c0e5a7 | |
parent | ad795ddce4c7dd7bf98ad2dd810d09f82fc4fc9a (diff) |
dist-vars.sh: Reduce banner indentation.
-rw-r--r-- | dist-vars.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dist-vars.sh b/dist-vars.sh index 5aee207..d7751d1 100644 --- a/dist-vars.sh +++ b/dist-vars.sh @@ -5,13 +5,13 @@ dist_name='ProteanOS' # Add a preceding newline unless the first line is mostly empty (e.g. contains # only "_" characters in an ASCII art image). dist_motd_banner="$(cat <<'EOF' - _ - .' '. - __ ___ _ | |.' - | '. _ _ _|_ _ __ _ .' '. .' `- ~~| |~~~ - |__.' |.' .' '. | .' '. _;. |' `. | | `-. ~~~~ - | | | | | |---' .' | | | | | `. - | | '._.' '.- '._. '_.'| | | '.___.' `._.' TM + _ + .' '. + __ ___ _ | |.' + | '. _ _ _|_ _ __ _ .' '. .' `- ~~| |~~~ + |__.' |.' .' '. | .' '. _;. |' `. | | `-. ~~~~ + | | | | | |---' .' | | | | | `. + | | '._.' '.- '._. '_.'| | | '.___.' `._.' TM EOF )" # A single quote to fix Vim syntax highlighting: ' |