problem with bash and interactive mode

Chris January chris@atomice.net
Sun Sep 8 15:13:00 GMT 2002


I am trying to write a 'su' utility for Cygwin. When I launch bash from my
su command, it defaults to non-interactive mode (as if it's reading from a
script). I have to explicitly add the -i option to force it into interactive
mode. However if  I type 'bash' normally from the command line it runs
interactively.
According to the bash manpage, the criteria for determining whether to run
interactively or not is down to the return value of isatty. I am starting
the process using CreateProcess. I presume this is the same way that, for
example, cmd.exe starts processes. However when I run bash from cmd.exe, it
starts in interactive mode.
Any help or pointers would be appreciated, thanks!

Chris


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list