Re: [newbie] /bin/sh: bad interpreter

2004-12-13 Thread Simon Roberts
ine doesn't have execute permission for you. So, this error is really bizzare in my book. But whatever, once you know, you can handle it, right? Cheers, Simon -Original Message- From: Paul Smith <[EMAIL PROTECTED]> Sent: Dec 13, 2004 4:55 AM To: [EMAIL PROTECTED] Subject: Re:

Re: [newbie] /bin/sh: bad interpreter

2004-12-13 Thread Paul Smith
On Sun, 12 Dec 2004 20:42:47 -0700 (GMT-07:00), Simon Roberts <[EMAIL PROTECTED]> wrote: > Bad interpreter is the error bash gives when the script isn't executable. > > Do > > chmod +x LinxuxInstaller.bin > > and it'll probably be happy. > > (Anyone know why it does this strange thing?) Simo

Re: [newbie] /bin/sh: bad interpreter

2004-12-12 Thread Simon Roberts
2004 9:52 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] /bin/sh: bad interpreter On Sun, 12 Dec 2004 10:28:31 -0600, Mikkel L. Ellertson <[EMAIL PROTECTED]> wrote: > > I am trying to install a program using the following command inside a > > the script installMapleLinuxS

Re: [newbie] /bin/sh: bad interpreter

2004-12-12 Thread Mikkel L. Ellertson
Paul Smith wrote: Dear All I am trying to install a program using the following command inside a the script installMapleLinuxSU: sh ./LinuxInstaller.bin but I get the error: bash: ./installMapleLinuxSU: /bin/sh: bad interpreter: Permission denied. Any ideas? Thanks in advance, Paul PS: Since I am a

Re: [newbie] /bin/sh: bad interpreter

2004-12-12 Thread Todd Slater
On Sun, Dec 12, 2004 at 11:30:19AM +, Paul Smith wrote: > Dear All > > I am trying to install a program using the following command inside a > the script installMapleLinuxSU: > > sh ./LinuxInstaller.bin > > but I get the error: > > bash: ./installMapleLinuxSU: /bin/sh: bad interpreter: Perm

[newbie] /bin/sh: bad interpreter

2004-12-12 Thread Paul Smith
Dear All I am trying to install a program using the following command inside a the script installMapleLinuxSU: sh ./LinuxInstaller.bin but I get the error: bash: ./installMapleLinuxSU: /bin/sh: bad interpreter: Permission denied. Any ideas? Thanks in advance, Paul PS: Since I am a GMail use