mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
tests: use /usr/bin/env for bash.
This commit is contained in:
parent
860e3e4056
commit
d130f7fca2
56 changed files with 56 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# run this test many times:
|
||||
# time bash -c 'for ((i=0; i<100; i++)); do echo "-- $i --"; bash run-test.sh || exit 1; done'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue