Roland Mainz wrote:
BTW: It may be nice to test such changes against ksh93 -n <scriptname> # (note that this will only warn about POSIX stuff and will not enforce any ksh93-specific features) - the script fragment has two bugs: 1. the "=" operator is obsolete, please use "==" instead (e.g. if [[ $brand == "labeled" ]]; then ...) 2. please replace the `...` with $(...)
Done: http://cr.opensolaris.org/~rica/pkg-10837-v3 Note that I didn't change other ksh93 issues elsewhere in the file. -Ric _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
