mirror of
https://github.com/tests-always-included/mo.git
synced 2026-04-08 00:40:38 +02:00
Improved portability by using /usr/bin/env pragma
This commit is contained in:
@@ -64,7 +64,7 @@ function runTest(test, done) {
|
||||
var output, partials, script;
|
||||
|
||||
script = [
|
||||
'#!/bin/bash'
|
||||
'#!/usr/bin/env bash'
|
||||
];
|
||||
partials = test.partials || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user