diff options
Diffstat (limited to 'usr/src/tools/env/illumos.sh')
-rw-r--r-- | usr/src/tools/env/illumos.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 4559fa6c15..162f1f702f 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -128,8 +128,7 @@ export MAILTO="$STAFFER" # specified, the build is simply run in a new task in the current project. export BUILD_PROJECT='' -# You should not need to change the next four lines -export LOCKNAME="$(basename -- "$CODEMGR_WS")_nightly.lock" +# You should not need to change the next three lines export ATLOG="$CODEMGR_WS/log" export LOGFILE="$ATLOG/nightly.log" export MACH="$(uname -p)" |