mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 03:16:22 +00:00
Remove FHS dependency by replacing /bin/bash with /usr/bin/env bash everywhere
This commit is contained in:
parent
3ccbd38cc6
commit
f213a34427
16 changed files with 17 additions and 17 deletions
|
|
@ -54,6 +54,6 @@ def create_tests():
|
|||
"rm -f aigmap.err"
|
||||
]))
|
||||
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc", "SHELL := /bin/bash" ]
|
||||
extra = [ f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc", "SHELL := /usr/bin/env bash" ]
|
||||
|
||||
gen_tests_makefile.generate_custom(create_tests, extra)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue