mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-24 19:06: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
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
yosys run_yosys.ys
|
||||
vivado -nolog -nojournal -mode batch -source run_vivado.tcl
|
||||
vivado -nolog -nojournal -mode batch -source run_prog.tcl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue