3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

Merge pull request #3489 from hzeller/20220924-fix-hardcoded-bin-bash

Fix hard-coded path to /bin/bash -> /usr/bin/env bash
This commit is contained in:
Miodrag Milanović 2022-09-26 07:53:32 +02:00 committed by GitHub
commit b2ddd0d42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
help() {
{