diff options
author | Bill Nottingham <notting@redhat.com> | 2003-02-26 02:40:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-02-26 02:40:09 +0000 |
commit | f4a3f0f9e02e033b1e8547656a9fd34d28a16dae (patch) | |
tree | 728391d5a91bc5aae1c70245774f4db48c0cc3c6 | |
parent | 61bc7e7e467327be016ee5c70eb361041c03874d (diff) | |
download | initscripts-f4a3f0f9e02e033b1e8547656a9fd34d28a16dae.tar initscripts-f4a3f0f9e02e033b1e8547656a9fd34d28a16dae.tar.gz initscripts-f4a3f0f9e02e033b1e8547656a9fd34d28a16dae.tar.bz2 initscripts-f4a3f0f9e02e033b1e8547656a9fd34d28a16dae.tar.xz initscripts-f4a3f0f9e02e033b1e8547656a9fd34d28a16dae.zip |
oopsr7-13
-rwxr-xr-x | setsysfont | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ elif [ -x /bin/setfont ]; then fi if [ -n "$SYSFONTACM" ]; then if [ ! -f /lib/kbd/consoletrans/$SYSONTACM_to_uni.trans ]; then - SYSFONTACM=`echo $SYSFONTACM | sed "|iso0|8859-|g"` + SYSFONTACM=`echo $SYSFONTACM | sed "s|iso0|8859-|g"` fi ARGS="$ARGS -m $SYSFONTACM" fi |