summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-05-30 15:19:30 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-30 18:06:43 -0400
commit50301093515c97e9c9e7249367ec9c32b52d34b5 (patch)
treebb1bf511814fa551e8c9957125e58cd2a21954bd /testsuite/tests/perf
parent64fd0fac838426fb87322712da34dabd211c3d89 (diff)
downloadhaskell-50301093515c97e9c9e7249367ec9c32b52d34b5.tar.gz
testsuite: Fix hashbangs
Diffstat (limited to 'testsuite/tests/perf')
-rwxr-xr-xtestsuite/tests/perf/compiler/genMultiLayerModules2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/genMultiLayerModules b/testsuite/tests/perf/compiler/genMultiLayerModules
index b98c481166..8220c0889f 100755
--- a/testsuite/tests/perf/compiler/genMultiLayerModules
+++ b/testsuite/tests/perf/compiler/genMultiLayerModules
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Generate $DEPTH layers of modules with $WIDTH modules on each layer
# Every module on layer N imports all the modules on layer N-1
# MultiLayerModules.hs imports all the modules from the last layer