Doing pkgadd of SUNWcsr to /
6588 blocks
awk: syntax error near line 1
awk: bailing out near line 1
Installation of <SUNWcsr> was successful.
This is due to the change for CR 6636848 -- it has an obvious syntax
error in i.group; a missing space between the -F option and the script:
MYSQLGROUP_LINE="mysql::70:"
cur_name=`awk -F: '$3 == 70 {print $1}' $dest`
--> cur_id=`awk -F:'$1 == "mysql" {print $3}' $dest`
That could not have been tested.