Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Boissel <raphel.boissel@epita.fr>2013-09-09 00:40:30 +0400
committerRaphael Boissel <raphel.boissel@epita.fr>2013-09-09 00:40:30 +0400
commiteaa39bd1c710231f9fea870afdeea16ae3f4e2d3 (patch)
tree9465d65587696057e5070bb5586c74f734266a73 /scripts
parent0318cfae1a167192d818f976a0f9d94ddd1928dd (diff)
[Scripts] Fix a Shebang in mono-test-install for freeBSD
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mono-test-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mono-test-install b/scripts/mono-test-install
index af0727f9844..3c1f74a8892 100755
--- a/scripts/mono-test-install
+++ b/scripts/mono-test-install
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Does various checks for people that we can use to diagnose
# an end user installation
@@ -174,4 +174,4 @@ if mcs $temp_cs >& /dev/null; then
else
echo Failed to compile sample test program, your installation is broken
exit 1
-fi \ No newline at end of file
+fi