tools/pkglint.sh
changeset 1856 5cf0993ae969
parent 1188 d563dccb5adb
child 5682 94c0ca64c022
equal deleted inserted replaced
1855:7bd4034d9560 1856:5cf0993ae969
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 IFS=
    24 IFS=
    25 export WS_TOP=WS_TOP_XXX
       
    26 
    25 
    27 SLEEPTIME=60
    26 SLEEPTIME=60
    28 
    27 
    29 LOCKFILE=${WS_TOP}/pkglint.lock
    28 LOCKFILE=WS_TOP_XXX/pkglint.lock
    30 
    29 
    31 lockfile -${SLEEPTIME} ${LOCKFILE}
    30 lockfile -${SLEEPTIME} ${LOCKFILE}
    32 
    31 
    33 /usr/bin/pkglint $*
    32 /usr/bin/pkglint $*
    34 
    33