cc: [email protected]
Subject: Re: [ast-users] [ksh93] foo.ksh: line 121: syntax error at line 141: 
`}'  unexpected -- How to understand the 121 number?
--------


> $ ksh -n foo.ksh
> foo.ksh: syntax error at line 141: `}' unexpected
> $ ksh -x foo.sh
> foo.ksh: template.ksh: line 121: syntax error at line 141: `}' unexpected
> $
> 

It looks like it should be 128 since that is where the {...}
construct begins.

It isn't until 141 that the code has an error.

David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to