[commit: ghc] master: testsuite: Don't assume location of bash (e0f33a6)
git at git.haskell.org
git at git.haskell.org
Sat Jun 2 23:05:31 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e0f33a6e6b3ab3d241cda7a60ffc92e543b06275/ghc
>---------------------------------------------------------------
commit e0f33a6e6b3ab3d241cda7a60ffc92e543b06275
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jun 2 18:27:16 2018 -0400
testsuite: Don't assume location of bash
>---------------------------------------------------------------
e0f33a6e6b3ab3d241cda7a60ffc92e543b06275
testsuite/tests/perf/compiler/genT14697 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/genT14697 b/testsuite/tests/perf/compiler/genT14697
index e3fe4f4..73e8e93 100755
--- a/testsuite/tests/perf/compiler/genT14697
+++ b/testsuite/tests/perf/compiler/genT14697
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
SIZE=100
ROOT=T14697
# Generates 100 empty modules and T14697 that imports them all
More information about the ghc-commits
mailing list