Skip to content

Commit b73b242

Browse files
committed
Set the BIN_DIR before attempting to use it.
1 parent 8f53bf5 commit b73b242

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs-generate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if [ "$1" = '-h' ]; then
2424
fi
2525

2626
DIR="$( cd -P "$( dirname "$0" )"/.. >/dev/null 2>&1 && pwd )"
27+
BIN_DIR="${DIR}/bin"
2728
CFG_FILE="$DIR/Config/phpdoc.xml"
2829

2930
# Bail out if phpcs isn't available to us

0 commit comments

Comments
 (0)