aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/misc
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-05-11 16:03:14 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-05-11 16:03:14 +0200
commitd02582869fa6c13c8223ae78bb2877e6ae31a23b (patch)
tree8f0b1da8cb7608ae41d9a6a260a4804ad92afe7b /test-suite/misc
parent83b2e3430da9ba6d234a78c5b2910070c13d4152 (diff)
Fix non-portable shebang in test-suite.
Diffstat (limited to 'test-suite/misc')
-rwxr-xr-xtest-suite/misc/coqc_dash_o.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/misc/coqc_dash_o.sh b/test-suite/misc/coqc_dash_o.sh
index f303214b9..0ae7873fd 100755
--- a/test-suite/misc/coqc_dash_o.sh
+++ b/test-suite/misc/coqc_dash_o.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
DOUT=misc/tmp_coqc_dash_o/
OUT=${DOUT}coqc_dash_o.vo