aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-04-16 16:52:15 +0000
committerBill Nottingham <notting@redhat.com>2003-04-16 16:52:15 +0000
commitddc4cdc27127ca67c4cc138fa49bcecf5934b75b (patch)
tree46b2bab35b7354dffb4fcdee2cbdb54e5a9a99b8
parent0639f1cd8f9933d1fb321382f613a53db2f20efc (diff)
downloadinitscripts-ddc4cdc27127ca67c4cc138fa49bcecf5934b75b.tar
initscripts-ddc4cdc27127ca67c4cc138fa49bcecf5934b75b.tar.gz
initscripts-ddc4cdc27127ca67c4cc138fa49bcecf5934b75b.tar.bz2
initscripts-ddc4cdc27127ca67c4cc138fa49bcecf5934b75b.tar.xz
initscripts-ddc4cdc27127ca67c4cc138fa49bcecf5934b75b.zip
hey, where's that brown paper bag (#88999)
-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"