diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:34:08 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-03-30 17:34:08 +0000 |
| commit | bfba5b9a7bcef56b48695bda2eaa7423f48c4db1 (patch) | |
| tree | 6d10ea41c63d6ed0ca9899e281c182a383cbad98 /lang.csh | |
| parent | 0c13c9e1678866ac8d8e0bf23fead7974fb900ee (diff) | |
fix su errors
specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz)
don't turn locale settings of 'C' into en_US
Diffstat (limited to 'lang.csh')
| -rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ if ($sourced == 1) then case latin2-ucw*: if ( $?TERM ) then if ( "$TERM" == "linux" ) then - if ( `consoletype` == "vt" ) then + if ( `/sbin/consoletype` == "vt" ) then /bin/echo -n -e '\033(K' > /proc/$$/fd/15 endif endif |
