Vikash Tulsiyan wrote:
> Thanks Alan. Your link was very helpful.
>  To be more specific Following code snippet:
> #!/bin/ksh -p
> sum ()
> {
>  var=$"$1"
>  echo "$var"
> }
> sum xyz
> 
> gives an output $xyz on solaris machine while on opensolaris box it gives 
> output as xyz.
> This is causing my application to crash on opensolaris. Is this a known 
> issue? Are their other similar incompatibilities or differences between the 
> two??

This is a question best asked of the ksh93 project.

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to