Bug 35865 - setclasspath.sh cannt be excutive under cygwin
Summary: setclasspath.sh cannt be excutive under cygwin
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.9
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 13:31 UTC by Goodwu
Modified: 2005-07-26 18:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Goodwu 2005-07-26 13:31:46 UTC
setclasspath.sh has no "#!/bin/sh" header line, so it has no excutive 
attribute under cygwin, so in setclasspath.sh itself:
[ ! -x "$BASEDIR"/bin/setclasspath.sh ]
will always be true. So the script exit immediately.
Comment 1 Tim Funk 2005-07-27 02:55:20 UTC
fixed for 5.5.11