bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #!/bin/sh


From: Chet Ramey
Subject: Re: #!/bin/sh
Date: Thu, 15 Feb 2001 12:25:54 -0500

> I have not been able to execute scripts with #!/bin/sh
> I get an error "bash: command not found"
> 
> Path, execute permission are set correctly and /bin/sh exists.

/bin/sh is probably a link to bash, and the link target either does
not exist or is not executable. 

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]