mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 09:30:28 +02:00
On Posix systems, the path /bin/bash is not guaranteed to exist and it is more portable to use /usr/bin/env instead. Fixing this for yosys-config with is the most important for a functioning installation. Signed-off-by: Henner Zeller <[email protected]>