Skip to content

Commit

Permalink
testsuite: Use /usr/bin/env instead of /bin/bash
Browse files Browse the repository at this point in the history
Namely in T13719 and T13701.

(cherry picked from commit 1245835)
  • Loading branch information
bgamari committed Oct 13, 2018
1 parent 4bf6804 commit 97f6de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion testsuite/tests/perf/compiler/genT13701
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/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
Expand Down
3 changes: 2 additions & 1 deletion testsuite/tests/perf/compiler/genT13719
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/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
# $ROOT.hs imports all the modules from the last layer
Expand Down

0 comments on commit 97f6de1

Please sign in to comment.