diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-02 18:27:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-02 19:04:52 -0400 |
commit | e0f33a6e6b3ab3d241cda7a60ffc92e543b06275 (patch) | |
tree | aa7964682c579486f6318d98c9c15c90c575ad62 /testsuite | |
parent | a122d4fdd0a5858e44f9d3be90a258903e0288b2 (diff) | |
download | haskell-e0f33a6e6b3ab3d241cda7a60ffc92e543b06275.tar.gz |
testsuite: Don't assume location of bash
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tests/perf/compiler/genT14697 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/genT14697 b/testsuite/tests/perf/compiler/genT14697 index e3fe4f4ce7..73e8e93932 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 |