PDA

View Full Version : Bash Bad Interpreter



michaelmontagne
09-04-2003, 08:10 PM
I get an error:
: bad interpreter : no such file or directory
when I try simple bash scripts which work fine on other machines.
The first line is
#!/bin/bash
and that file exists. This is a hard drive install.

rickenbacherus
09-04-2003, 09:17 PM
I've had that happen to me when I did copy & paste on scripts before. Look at your script with nano and see if you can see something a little extra in there.