Forum Discussion
Altera_Forum
Honored Contributor
13 years agoBy "default shell" you mean your user shell I assume? The problem is that the installation script uses /bin/sh, assuming incorrectly that it is always bash. But on Ubuntu, /bin/sh now points to dash and the installation failed.
AFAIK Altera still hasn't fixed this, so you can try either to edit the script to make it use /bin/bash, or change your /bin/sh so that it points to bash.