Forum Discussion
Altera_Forum
Honored Contributor
14 years agoubuntu 11.10 quartus install "./setup: 1: Syntax error: "&" unexpected"
FWIW, I ran into this installation script failure when installing the quartus 11.1 sp2 into ubunto 11.10. bash 11.1sp2_259_quartus_free_linux.sh Creating directory 11.1sp2_259_quartus_free_li...
Altera_Forum
Honored Contributor
14 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.