diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-05-13 13:27:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 13:27:14 +0200 |
commit | bab39eacce5c17c42d50a3a60a67cc8a9ee52d98 (patch) | |
tree | 818ad239430b56cc8a27809a8858475c2f7aebfb /tests | |
parent | c1ecb1b2f1427e5d8616c9177c6962ebf1449a47 (diff) | |
parent | 5b9f73cd91a899a209b79e72a1030864b2f53317 (diff) | |
download | yosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.tar.gz yosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.tar.bz2 yosys-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98.zip |
Merge pull request #505 from thefallenidealist/FreeBSD_build
FreeBSD build
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index d0b0a89d7..31a6ae8ab 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash libs="" genvcd=false |