We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77d2fd commit 1db752aCopy full SHA for 1db752a
1 file changed
docs-generate
@@ -28,11 +28,8 @@ BIN_DIR="${DIR}/bin"
28
CFG_FILE="$DIR/Config/phpdoc.xml"
29
30
# Bail out if phpcs isn't available to us
31
-PHPDOC="$( which phpdoc )"
32
-if [ $? -gt 0 ]; then
33
- PHPDOC="$BIN_DIR/phpdoc"
34
- test -x $PHPDOC
35
-fi
+PHPDOC="./bin/phpdoc"
+test -x $PHPDOC
36
if [ $? -gt 0 ]; then
37
echo "!! The 'phpdoc' command was not found on this system."
38
echo ""
0 commit comments