X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2Fmono-test-install;h=3c1f74a88924a472fad802fc33de358e0e1faddb;hb=1004d95b6b70e8b67a2b6782e0832faab9fa269a;hp=af0727f9844d09b6258fd3927fd8f9792664e2c8;hpb=0aedc3f6fb2194817c766659c50a7e7f4786672e;p=mono.git 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