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).
This commit is contained in:
Johnny Sorocil 2018-05-06 15:26:23 +02:00
parent 74f2787b10
commit 0295213bec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
libs=""
genvcd=false