summaryrefslogtreecommitdiff
path: root/scripts/mono-test-install
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mono-test-install')
-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 af0727f984..3c1f74a889 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