diff options
author | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2017-05-27 02:58:04 +0200 |
---|---|---|
committer | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2017-05-27 02:58:54 +0200 |
commit | 79719230dfafd1969262112ddea346f72cc19335 (patch) | |
tree | 7bd6dc92865b9e8066d4a16dfef573880c03ee96 /test-suite/coq-makefile/uninstall1 | |
parent | 4445158c58756a315dbbbf5773fc691dd61b61f1 (diff) |
Fix test-suite/coq-makefile on NixOS.
Diffstat (limited to 'test-suite/coq-makefile/uninstall1')
-rwxr-xr-x | test-suite/coq-makefile/uninstall1/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/uninstall1/run.sh b/test-suite/coq-makefile/uninstall1/run.sh index d24176279..ced59b7b0 100755 --- a/test-suite/coq-makefile/uninstall1/run.sh +++ b/test-suite/coq-makefile/uninstall1/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #set -x set -e |