diff options
| author | Théo Zimmermann | 2017-05-27 02:57:08 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-05-27 03:01:56 +0200 |
| commit | 92792dbdffc499d63ef772c97d0c73477be6007e (patch) | |
| tree | 92217cdb792a37b06c50e5a102893841b3c586b2 /test-suite/coq-makefile/plugin3 | |
| parent | 79719230dfafd1969262112ddea346f72cc19335 (diff) | |
Use specific shell for more robustness.
Diffstat (limited to 'test-suite/coq-makefile/plugin3')
| -rwxr-xr-x | test-suite/coq-makefile/plugin3/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/plugin3/run.sh b/test-suite/coq-makefile/plugin3/run.sh index 684e0ece82..8094ae20c1 100755 --- a/test-suite/coq-makefile/plugin3/run.sh +++ b/test-suite/coq-makefile/plugin3/run.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash #set -x set -e |
