From a1e8a2cb279f89838a6757fe5f80c5ae37108ca7 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 10 Feb 2010 21:39:23 -0300 Subject: Fix tabs/space indents from commit 866db5c5 Signed-off-by: Gerardo Exequiel Pozzi --- install/consolefont | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'install') 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 } -- cgit v1.2.3-24-g4f1b