aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-04-16 16:51:50 +0000
committerBill Nottingham <notting@redhat.com>2003-04-16 16:51:50 +0000
commit475e9481742a2dc8419909e0fd6e257dc9b3c404 (patch)
tree2201d6c9d9351bcc8cdb26986571cd16b9708243 /setsysfont
parentf104533e4462d4caaa416e3d1a6b5a1284d66e02 (diff)
downloadinitscripts-475e9481742a2dc8419909e0fd6e257dc9b3c404.tar
initscripts-475e9481742a2dc8419909e0fd6e257dc9b3c404.tar.gz
initscripts-475e9481742a2dc8419909e0fd6e257dc9b3c404.tar.bz2
initscripts-475e9481742a2dc8419909e0fd6e257dc9b3c404.tar.xz
initscripts-475e9481742a2dc8419909e0fd6e257dc9b3c404.zip
hey, where's that brown paper bag (#88999)
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index 70e8c6aa..828833c6 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/$SYSONTACM_to_uni.trans ]; then
+ if [ ! -f /lib/kbd/consoletrans/$SYSFONTACM_to_uni.trans ]; then
SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g"`
fi
ARGS="$ARGS -m $SYSFONTACM"