From bbabfb40ba300d36f36c4bbacd196e028c758974 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 2 Jan 2014 16:14:19 +0000 Subject: Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. --- tests/bytecode/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bytecode/run-tests') diff --git a/tests/bytecode/run-tests b/tests/bytecode/run-tests index 6d8b9cd39..36fac0324 100755 --- a/tests/bytecode/run-tests +++ b/tests/bytecode/run-tests @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash CPYTHON3=python3.3 MP_CPY=../../unix-cpy/cpy -- cgit v1.2.3