Jos van Kan wrote:
What is the first line of the script you're trying to run?
If it is something different from a bash (#!/bin/bash) or sh (#!/bin/sh) script,
like perl, python or ruby (not to mention php) my guess would be that the
interpreter has not been installed on your system, or in a directory different
from that first line.


First line is:

#!/bin/bash

(#!/bin/sh scripts work fine)

J



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to