From 0295213bec84683a72814bd53179fa57ee48fbbe Mon Sep 17 00:00:00 2001 From: Johnny Sorocil Date: Sun, 6 May 2018 15:26:23 +0200 Subject: [PATCH] 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). --- tests/tools/autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2