Jenny,

I had tested  IFS=$'\' and now there is no more error when I run rsh


In reality the IFS solution is doing :


     945   tmpIFS=$IFS
     946   IFS='.      '
     947   set -- 'echo $2`
     948   IFS=$tmpIFS


KSH the default value of environment variable IFS is a blankspace, a tab
and a newline character.

Is it equivalent to IFS=$'\'' ?




I just see the problem on line 14 , because I doing it :

.ssh> set > environment


Thanks!
Valdemar

 

-----Original Message-----
From: ksh93-integration-discuss-boun...@opensolaris.org
[mailto:ksh93-integration-discuss-bounces at opensolaris.org] On Behalf Of
ext Jennifer Pioch
Sent: Thursday, January 29, 2009 2:10 PM
To: Korn Shell 93 integration/migration project discussion
Subject: Re: [ksh93-integration-discuss] .ssh/environment Bad line 14 is
it

On 1/29/09, Valdemar Moreira Pavesi <valdemar.pavesi at nsn.com> wrote:
> I got the error BAD LINE 14
>
>  line 14 contain just it '
>
>  Do you think that it:
>
>  IFS='
>   '
>  must be :
>
>  IFS=' '

Try IFS=$'\''

Jenny
-- 
Jennifer Pioch, Uni Frankfurt
_______________________________________________
ksh93-integration-discuss mailing list
ksh93-integration-discuss at opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/ksh93-integration-discuss

Reply via email to