Răsfoiți Sursa

[Scripts] Fix a Shebang in mono-test-install for freeBSD

Raphael Boissel 12 ani în urmă
părinte
comite
eaa39bd1c7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      scripts/mono-test-install

+ 2 - 2
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
+fi