Thorsten Scherler wrote:
On Mon, 2005-05-09 at 16:23 +0200, Johannes Schaefer wrote:

bash, but I'm not sure if the syntax is the same.
csh differs from bash in some sublte ways, and sh?
Johannes


Try
ln -s /bin/sh /bin/bash

Or even:

cd /bin
ln -s bash sh

That's what is default on my Linux distribution (Fedora Core 3).

Kevin.

svn 1.1 works fine too :)

salu2


Thorsten Scherler wrote:

On Mon, 2005-05-09 at 15:54 +0200, Johannes Schaefer wrote:


Hi!

Under linux, the "forrest" script in Forrest/bin
requires
 #!/bin/sh

If '/bin/sh' is not available on the linux installion,
which would be the replacement to use: bash, csh, ...?



Depends on which shell you are using. ;-)

salu2


Reply via email to