mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-06 09:00:54 +00:00
use env for bash
This commit is contained in:
parent
5f2456ac03
commit
4b5fb15579
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
mv config.h config.h.bak
|
||||
rm -f *.txt *.cc *.h
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm -f LICENSE *.cc *.h
|
||||
git clone --depth 1 https://github.com/niklasso/minisat minisat_upstream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue