From: Johnny Sorocil Date: Sun, 6 May 2018 13:26:23 +0000 (+0200) Subject: autotest.sh: Change from /bin/bash to /usr/bin/env bash X-Git-Tag: yosys-0.8~98^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0295213bec84683a72814bd53179fa57ee48fbbe;p=yosys.git 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). --- 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