bash_profile: Don't call `vt-is-UTF8' on a pty.
[profile] / bash_profile
index d36c42d..08e4e13 100644 (file)
@@ -116,8 +116,8 @@ if [ "$DISPLAY" != "" ]; then
   LANG=`mdw-conf x-ctype`
 else
   : ${LANG=${LC_CTYPE-${LC_ALL-`mdw-conf console-ctype`}}}
-  case "$TERM" in
-    linux)
+  case "$TERM,`tty`" in
+    linux,/dev/tty*)
       if vt-is-UTF8 >/dev/null 2>&1; then
        ctype=.utf8
       else