Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoking the default shell as a login shell #45

Closed
GoogleCodeExporter opened this issue May 6, 2016 · 3 comments
Closed

Invoking the default shell as a login shell #45

GoogleCodeExporter opened this issue May 6, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

When MinTTY is invoked without a command, the user's default shell is
started as a non-login shell. It would be nice to be able to do that
without having to explicitly invoke the shell (as in "/bin/bash -li").

Original issue reported on code.google.com by andy.koppe on 19 Jan 2009 at 6:52

@GoogleCodeExporter
Copy link
Author

Implemented in r124. If the command is a single "-" without further arguments, 
the
user's default shell is invoked with argv[0] set to "-", which causes shells to
behave as login shells.

Original comment by andy.koppe on 19 Jan 2009 at 6:54

  • Added labels: Milestone-0.3.5

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by andy.koppe on 20 Jan 2009 at 5:59

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant