YETUS-829. Fix path(s) to shelldocs

Signed-off-by: Allen Wittenauer <aw@apache.org>
diff --git a/precommit/src/main/shell/test-patch.d/shelldocs.sh b/precommit/src/main/shell/test-patch.d/shelldocs.sh
index ce998dd..0d47dc4 100755
--- a/precommit/src/main/shell/test-patch.d/shelldocs.sh
+++ b/precommit/src/main/shell/test-patch.d/shelldocs.sh
@@ -25,6 +25,7 @@
   for shelldocsexec in \
     "${BINDIR}/shelldocs" \
     "${BINDIR}/../shelldocs/shelldocs.py"\
+    "${BINDIR}/../shelldocs/src/main/python/shelldocs.py" \
     "${BASEDIR}/shelldocs/src/main/python/shelldocs.py"; do
     if [[ -f ${shelldocsexec} && -x ${shelldocsexec} ]]; then
       SHELLDOCS=${shelldocsexec}