Fix to_jetty.sh to account for the WAR not having a script header

An early prototype had the WAR file containing a shell script
header, so the WAR was executable on POSIX systems as though
it were a command.  This didn't work with Jetty, as the script
header confused Jetty's WAR file unpack logic, so I removed it
before submitting the code.  Unfortunately this script wasn't
fixed to match prior to submission.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed