I suggested the following as one workaround:

     - Invoke the copy of nightly.sh found in your workspace as
       $SRC/tools/scripts/nightly.sh, instead of using the version
       found via PATH.

It has been pointed out to me that you can't just run the nightly.sh
script in your workspace. You must first build the local copy of tools
in your workspace, and then use the resulting script, like so:

      - Invoke nightly from your workspace, rather than the version
        found via PATH:
          % bldenv env.file
          % cd usr/src/tools/scripts
          % dmake nightly
          % exit ; # leave bldenv shell
          % $SRC/tools/scripts/nightly ...

- Ali

Reply via email to