RE: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread PRIKHODKO, GEORGE
Hi, The fix did help. Thank you. Thanks, George > -Original Message- > Of Corinna Vinschen > Sent: Wednesday, December 04, 2013 6:17 AM > Subject: Re: Problem with command substitution in mksh shell after upgrading > to > Cygwin 1.7.26 > > On Dec 4 10:13

Re: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread Corinna Vinschen
On Dec 4 10:13, Corinna Vinschen wrote: > On Dec 4 03:22, PRIKHODKO, GEORGE wrote: > > Hi, > > > > After upgrading to Cygwin to 1.7.26 the commands: > > > > print $(getIP) > > print $(ipconfig | grep "IPv4 Address" | sort | head -1 | cut -d ":" -f 2 \ > > | sed -e "s/ *\\([0-9.]*\\).*/\\1/"

Re: Problem with command substitution in mksh shell after upgrading to Cygwin 1.7.26

2013-12-04 Thread Corinna Vinschen
On Dec 4 03:22, PRIKHODKO, GEORGE wrote: > Hi, > > After upgrading to Cygwin to 1.7.26 the commands: > > print $(getIP) > print $(ipconfig | grep "IPv4 Address" | sort | head -1 | cut -d ":" -f 2 \ > | sed -e "s/ *\\([0-9.]*\\).*/\\1/") > > in the following script > > #!/usr/bin/ksh > > c