* environ.cc (tty_is_gone): Add missing space to message.
This commit is contained in:
parent
022e15dc60
commit
bb37277ac2
|
@ -1,3 +1,7 @@
|
|||
2011-06-08 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* environ.cc (tty_is_gone): Add missing space to message.
|
||||
|
||||
2011-06-08 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* environ.cc (settings::set_process_state): Delete.
|
||||
|
|
|
@ -570,7 +570,7 @@ tty_is_gone (const char *buf)
|
|||
{
|
||||
small_printf ("\"tty\" option detected in CYGWIN environment variable.\n"
|
||||
"CYGWIN=tty is no longer supported. Please remove it from your\n"
|
||||
"CYGWIN environment variable and use a terminal emulator like mintty,"
|
||||
"CYGWIN environment variable and use a terminal emulator like mintty, "
|
||||
"xterm, or rxvt\n");
|
||||
user_shared->warned_notty = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue