aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Sorocil <propaliidealist@gmail.com>2018-05-06 15:26:23 +0200
committerJohnny Sorocil <propaliidealist@gmail.com>2018-05-06 15:26:23 +0200
commit0295213bec84683a72814bd53179fa57ee48fbbe (patch)
treef544b6f42f5e49bb852fe7841287a1a166519a50
parent74f2787b10bbfdc5fc485715e8d9d8b04bbae094 (diff)
downloadyosys-0295213bec84683a72814bd53179fa57ee48fbbe.tar.gz
yosys-0295213bec84683a72814bd53179fa57ee48fbbe.tar.bz2
yosys-0295213bec84683a72814bd53179fa57ee48fbbe.zip
autotest.sh: Change from /bin/bash to /usr/bin/env bash
This enables running tests on Unix systems which are not shipped with bash installed in /bin/bash (eg *BSDs and Solaris).
-rwxr-xr-xtests/tools/autotest.sh2
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