mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Merge pull request #3887 from kivikakk/env-bash
tests: use /usr/bin/env for bash.
This commit is contained in:
commit
d87bd7ca3f
56 changed files with 56 additions and 56 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
exec ../tools/autotest.sh -G -j $@ -p 'proc; opt; memory -nomap; techmap -map ../mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue