mirror of https://github.com/YosysHQ/yosys.git
autotest.sh: Change from /bin/bash to /usr/bin/env bash
This enables running tests on Unix systems which are not shipped with bash installed in /bin/bash (eg *BSDs and Solaris).
This commit is contained in:
parent
74f2787b10
commit
0295213bec
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
libs=""
|
||||
genvcd=false
|
||||
|
|
Loading…
Reference in New Issue