that it does exist but does not have the execute permission.
http://markmail.org/message/k2ynjwbqjcver6ka
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1088179 13f79535-47bb-0310-9956-
ffa450edef68
else
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
+ echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
# Check that target executable exists
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
+ echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
# Check that target executable exists
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
+ echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
else
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
+ echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
# Check that target executable exists
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
+ echo "The file is absent or does not have execute permission"
echo "This file is needed to run this program"
exit 1
fi
</update>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <update>
+ Clarify error messages in *.sh files to mention that if a script is
+ not found it might be because execute permission is needed. (kkolinko)
+ </update>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 7.0.12 (markt)">
<subsection name="Catalina">