#104 bash dependency
Issue opened by thesourcerer8
At least one of the scripts of openlane is relying on features of /bin/bash, but it actually uses #!/bin/sh which is a symlink to /bin/dash on Ubuntu systems, which makes this function fail and error:
/bin/sh: 1: [[: not found
I would suggest to change all scripts from /bin/sh to /bin/bash to fix this.
efabless/openlane