summaryrefslogtreecommitdiff
path: root/usr/src/tools/env/gatekeeper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/env/gatekeeper.sh')
-rw-r--r--usr/src/tools/env/gatekeeper.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh
index f801ee920a..db3db9cb34 100644
--- a/usr/src/tools/env/gatekeeper.sh
+++ b/usr/src/tools/env/gatekeeper.sh
@@ -83,8 +83,7 @@ MAILTO=$STAFFER; export MAILTO
# specified, the build is simply run in a new task in the current project.
BUILD_PROJECT=; export BUILD_PROJECT
-# You should not need to change the next four lines
-LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
+# You should not need to change the next three lines
ATLOG="$CODEMGR_WS/log"; export ATLOG
LOGFILE="$ATLOG/nightly.log"; export LOGFILE
MACH=`uname -p`; export MACH