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

Re: [MiNT] bash



On 29/09/2014 21:54, Peter Slegg wrote:
I think I have installed the 020-060 version properly but I still
get the error from the first line of the test script which I don't
understand:
...
bash-4.3# env X="() { :;} ; echo busted" /bin/sh -c "echo completed"

This way, you run /bin/sh. And there is no "sh" in my package.
On my setup, I /sbin/sh is a symlink to /bin/bash.

In other words:
Try "/bin/sh --version". You will see that it's your old shell.
Then fix it by making /bin/sh a symlink to the right thing.

--
Vincent Rivière