Re: rsh, strange command line parsing

2004-05-11 Thread Shun-ichi GOTO
Hi, > On Tue, 11 May 2004 10:33:30 +0200, Corinna Vinschen wrote, > rsh is using getopt_long for option processing. The old versions had it > statically linked in while newer versions are using the getopt_long built > into Cygwin. By default, Cygwin's getopt_long has argument permutation >

Re: rsh, strange command line parsing

2004-05-11 Thread Corinna Vinschen
On May 11 13:21, Shun-ichi GOTO wrote: > Hi, developers > > Few days ago, I upgraded cygwin from 1.5.5 to 1.5.9 > and I found strange behavior of rsh. > > The problem is that rsh want to handle argument of executing command. > For example, > > $ rsh host ls -a > rsh: unknown option -- a >

rsh, strange command line parsing

2004-05-10 Thread Shun-ichi GOTO
Hi, developers Few days ago, I upgraded cygwin from 1.5.5 to 1.5.9 and I found strange behavior of rsh. The problem is that rsh want to handle argument of executing command. For example, $ rsh host ls -a rsh: unknown option -- a Try `rsh --help' for more information. $ rsh host "ls -a"