Rohit Mathur wrote:
[EMAIL PROTECTED] WEB-INF]# ./xindice.sh export -v -c xmldb:xindice://localhost:8080/db -n globalJobs1 -f globalJobs1
: bad interpreter: No such file or directory

This "bad interpreter" usually comes from the CR character
in the DOS-style line delimiter 0x0A, 0x0C.
Remove the CR at the end of the #!/bin/sh line and it
should work.

Georg

Reply via email to