3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-21 17:39:41 +00:00

Remove FHS dependency by replacing /bin/bash with /usr/bin/env bash everywhere

This commit is contained in:
Emil J. Tywoniak 2026-04-22 10:39:19 +02:00
parent 3ccbd38cc6
commit f213a34427
16 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -ex
yosys -p 'synth_sf2 -top example -edif netlist.edn -vlog netlist.vm' example.v
export LM_LICENSE_FILE=${LM_LICENSE_FILE:-1702@localhost}