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
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/"
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
3 matches
Mail list logo