diff options
author | staffcvs <> | 2008-02-07 11:11:14 +0000 |
---|---|---|
committer | staffcvs <> | 2008-02-07 11:11:14 +0000 |
commit | a0799281f0f7d0f8cd3e69a861515f4efa40a453 (patch) | |
tree | f4c0270d19d3b6769a8e90e26cee7e8ec825b73a /src/tty.c | |
parent | f300f5ca0eee189735e1103f8e93d57331aacb11 (diff) | |
download | sympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.tar.gz sympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.tar.bz2 sympathy-a0799281f0f7d0f8cd3e69a861515f4efa40a453.zip |
*** empty log message ***
Diffstat (limited to 'src/tty.c')
-rw-r--r-- | src/tty.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.2 2008/02/07 11:11:14 staffcvs + * *** empty log message *** + * * Revision 1.1 2008/02/07 01:02:52 james * *** empty log message *** * @@ -98,6 +101,7 @@ open_fd_to_bash (void) /*thump */ return -1; case 0: /*waaah */ setenv ("TERM", "vt102", 1); + setenv ("LANG", "C", 1); execl ("/bin/sh", "-", (char *) 0); _exit (-1); } |