mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 18:39:39 +00:00
Remove FHS dependency by replacing /bin/sh with /usr/bin/env sh
This commit is contained in:
parent
dc570e3d55
commit
14d0138d0c
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
yosys run_yosys.ys
|
||||
edif2ngd example.edif
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ You'd better to write a simple script, like this one (assuming the top module
|
|||
is top):
|
||||
|
||||
----------- run_yosys.sh --------------
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
# Dummy SAT solver for ezCmdlineSAT tests.
|
||||
# Accepts exactly two CNF shapes:
|
||||
# - SAT: p cnf 1 1; clause: "1 0" -> exits 10 with v 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue