Forum Discussion
Altera_Forum
Honored Contributor
13 years ago> Wouldn't it be easier to just make the "/bin/sh" soft link
> point to /bin/bash? I think Ubuntu even provides an > automated way to do this, but it's easy enough to just > create the link yourself. That's a somewhat more intrusive solution as _all_ software, i.e. software not from Altera, running on the system is impacted. Since you bring up the idea of optimizing the solution ;-), IMHO, the best solution would be for Altera to change the first line of their install scripts specifying "#!/bin/bash" instead of "#!/bin/sh" if bash is in fact the type of script dialect that is being written.