tools/pkglint.sh
changeset 1856 5cf0993ae969
parent 1188 d563dccb5adb
child 5682 94c0ca64c022
--- a/tools/pkglint.sh	Fri Apr 25 14:23:37 2014 -0700
+++ b/tools/pkglint.sh	Thu Apr 24 11:22:01 2014 -0700
@@ -19,14 +19,13 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 IFS=
-export WS_TOP=WS_TOP_XXX
 
 SLEEPTIME=60
 
-LOCKFILE=${WS_TOP}/pkglint.lock
+LOCKFILE=WS_TOP_XXX/pkglint.lock
 
 lockfile -${SLEEPTIME} ${LOCKFILE}