Fix tools/tests/zasm/runtests.sh shebang

It needs bash after all. On OpenBSD, /usr/sh works, but not on Ubuntu.
This commit is contained in:
Virgil Dupras 2019-10-10 15:22:21 -04:00
parent 4180b5873d
commit 8926c33ab1

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -e