diff options
author | Bill Nottingham <notting@redhat.com> | 2003-04-16 16:51:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-04-16 16:51:50 +0000 |
commit | 475e9481742a2dc8419909e0fd6e257dc9b3c404 (patch) | |
tree | 2201d6c9d9351bcc8cdb26986571cd16b9708243 /setsysfont | |
parent | f104533e4462d4caaa416e3d1a6b5a1284d66e02 (diff) | |
download | initscripts-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-x | setsysfont | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |