Michael Havens wrote:

bash version-check.sh

bash, version 4.2.37(1)-release

/bin/sh -> /bin/dash

[Did you notice that you have dash (that's spelled with D as in dog
instead of B as in boy)? -- jl]

I did notice it but I didn't get a error

You did get an error, hence this thread. This comes up a lot. I suppose I need to emphasize it more in the script.

so I figured all was well. What do
you suggest I do to fix it if it need fixing? "ln -s /bin/sh /bin/bash"?

You have it backward:

ln -svf bash /bin/sh

but the better way is Pierre's recommendation.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to