Mark J. Nelson wrote: >>> http://cr.opensolaris.org/~mjnelson/webrev.512.528/ >>>
Has anyone tried running the tools on OpenSolaris? On Nevada, ksh88 is the default, and on OpenSolaris ksh93 is the default. For example, these scripts may have issues (we have other ksh scripts too) usr/src/tools/scripts/bldenv.sh 1 #!/usr/bin/ksh93 - does this path work on OpenSolaris? usr/src/tools/scripts/nightly.sh usr/src/tools/scripts/checkpaths.sh 1 #!/bin/ksh -p - on Nevada ksh88 would used, on OpenSolaris ksh93 would be used. Does everything work as expected with both ksh versions? Cheers, Jim