mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-14 06:05:29 +00:00
Merge pull request #5828 from YosysHQ/emil/bash-no-fhs
Remove FHS dependency by replacing /bin/bash with /usr/bin/env bash
This commit is contained in:
commit
2dc69a7578
21 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue