From 1e8ecc617bb05e72dce649d99982f0fbe0ad64e1 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 17 Dec 2000 08:16:06 +0000 Subject: Apply a more consistent style to the echo statements in /etc/ scripts. * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes --- etc/etc.amd64/rc.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/etc.amd64/rc.amd64') diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index c8aba61..5f4d828 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -62,7 +62,7 @@ echo '.' kbddev=/dev/ttyv0 viddev=/dev/ttyv0 -echo -n "rc.i386 configuring syscons:" +echo -n 'rc.i386 configuring syscons:' # keymap # @@ -100,7 +100,7 @@ case ${keychange} in [Nn][Oo] | '') ;; *) - echo -n " keychange" + echo -n ' keychange' set - ${keychange} while [ $# -gt 0 ]; do kbdcontrol <${kbddev} -f "$1" "$2" -- cgit v1.1