summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-11 01:39:23 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-11 09:04:24 +0100
commita1e8a2cb279f89838a6757fe5f80c5ae37108ca7 (patch)
treece471971a8b1fba523937f9d16abfbc6fcf780ec /install
parent866db5c57013a3648fc24100384da763b1c7fdef (diff)
downloadmkinitcpio-a1e8a2cb279f89838a6757fe5f80c5ae37108ca7.tar.gz
mkinitcpio-a1e8a2cb279f89838a6757fe5f80c5ae37108ca7.tar.xz
Fix tabs/space indents from commit 866db5c5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'install')
-rw-r--r--install/consolefont12
1 files changed, 6 insertions, 6 deletions
diff --git a/install/consolefont b/install/consolefont
index 6e242a8..67777b8 100644
--- a/install/consolefont
+++ b/install/consolefont
@@ -9,12 +9,12 @@ install ()
if [ -n "$CONSOLEFONT" ]; then
CONSOLEFONT_FILE_GZ="/usr/share/kbd/consolefonts/$CONSOLEFONT.psfu.gz"
if [ -e ${CONSOLEFONT_FILE_GZ} ]; then
- CONSOLEFONT_FILE="$(mktemp ${TMPDIR}/consolefont.psfu.XXXXXX)"
- zcat ${CONSOLEFONT_FILE_GZ} > ${CONSOLEFONT_FILE}
- add_file ${CONSOLEFONT_FILE} /consolefont.psfu
- else
- echo "consolefont: Font file does not exist or does not end with .psfu.gz"
- echo "consolefont: Only unicode fonts are supported at the moment."
+ CONSOLEFONT_FILE="$(mktemp ${TMPDIR}/consolefont.psfu.XXXXXX)"
+ zcat ${CONSOLEFONT_FILE_GZ} > ${CONSOLEFONT_FILE}
+ add_file ${CONSOLEFONT_FILE} /consolefont.psfu
+ else
+ echo "consolefont: Font file does not exist or does not end with .psfu.gz"
+ echo "consolefont: Only unicode fonts are supported at the moment."
fi
fi
}