From 8926c33ab105f0ae9a7ad0c4c14afaf3dd0c0c07 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 10 Oct 2019 15:22:21 -0400 Subject: [PATCH] Fix tools/tests/zasm/runtests.sh shebang It needs bash after all. On OpenBSD, /usr/sh works, but not on Ubuntu. --- tools/tests/zasm/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/zasm/runtests.sh b/tools/tests/zasm/runtests.sh index 2c20154..87d93c4 100755 --- a/tools/tests/zasm/runtests.sh +++ b/tools/tests/zasm/runtests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e