Browse Source

Fix tools/tests/zasm/runtests.sh shebang

It needs bash after all. On OpenBSD, /usr/sh works, but not on Ubuntu.
pull/33/head
Virgil Dupras 4 years ago
parent
commit
8926c33ab1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/tests/zasm/runtests.sh

+ 1
- 1
tools/tests/zasm/runtests.sh View File

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

set -e



Loading…
Cancel
Save