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 message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]