Skip to content
Snippets Groups Projects
Commit 97f6de12 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Use /usr/bin/env instead of /bin/bash

Namely in T13719 and T13701.

(cherry picked from commit 12458359)
parent 4bf6804e
No related branches found
No related tags found
No related merge requests found
#!/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
......
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment