Tweak shebangs to run tests from `nix-shell` under NixOS (#41)

This commit is contained in:
intractable 2017-12-28 10:04:44 -06:00 committed by GitHub
parent 4ef32ccf42
commit 3fb4d88526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu
pyTmpDir=$1

View File

@ -1,5 +1,5 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu
hsTmpDir=$1
ghc \

View File

@ -1,5 +1,5 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu
hsTmpDir=$1
ghc \

View File

@ -1,3 +1,4 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu
python tests/test-client.py

View File

@ -1,3 +1,4 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu
python tests/test-server.py