suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Option parsing doesn't stop when encountering a non-option #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting with 0.6-beta2 startup cmdline option handling was changed and 
should be mentioned in the announce info + release notes.

mintty /bin/bash --login -i
=> unrecognized option --login

mintty -- /bin/bash --login -i
=> ok

You need to add a "--" before the bash invocation line

Original issue reported on code.google.com by reini.urban on 25 Feb 2010 at 7:45

GoogleCodeExporter commented 9 years ago
That change wasn't intended, i.e., it's a bug. Sorry 'bout that, and thanks for 
the
report.

Original comment by andy.koppe on 25 Feb 2010 at 1:01

GoogleCodeExporter commented 9 years ago
Fixed in r769 on trunk.

Original comment by andy.koppe on 25 Feb 2010 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 6 Mar 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Thanks. Fixed confirmed

Original comment by reini.urban on 6 Mar 2010 at 9:48