aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-06-07 16:44:15 +0000
committerBill Nottingham <notting@redhat.com>2005-06-07 16:44:15 +0000
commitd43a4ad6e329b259037acbd9f85dd087c0bf3ec7 (patch)
tree3d88732b67ad5eeb67854ed282f3b5027e6003c0 /setsysfont
parent50afc38da9b721939b2d66c4b61c8de742350e81 (diff)
downloadinitscripts-d43a4ad6e329b259037acbd9f85dd087c0bf3ec7.tar
initscripts-d43a4ad6e329b259037acbd9f85dd087c0bf3ec7.tar.gz
initscripts-d43a4ad6e329b259037acbd9f85dd087c0bf3ec7.tar.bz2
initscripts-d43a4ad6e329b259037acbd9f85dd087c0bf3ec7.tar.xz
initscripts-d43a4ad6e329b259037acbd9f85dd087c0bf3ec7.zip
correctly bracket systfontacm (#159706)
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index 9dfca891..ac1a67dd 100755
--- a/setsysfont
+++ b/setsysfont
@@ -30,7 +30,7 @@ elif [ -x /bin/setfont ]; then
ARGS="-u $UNIMAP"
fi
if [ -n "$SYSFONTACM" ]; then
- if [ ! -f /lib/kbd/consoletrans/$SYSFONTACM_to_uni.trans ]; then
+ if [ ! -f /lib/kbd/consoletrans/${SYSFONTACM}_to_uni.trans ]; then
SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g;s|iso|8859-|g"`
fi
ARGS="$ARGS -m $SYSFONTACM"