[Mono-dev] switch gensources.sh in the 2.6 branch to /bin/sh (HEAD is /bin/sh already)

Robert Nagy robert at openbsd.org
Fri Apr 9 05:09:27 EDT 2010


Index: mcs/tools/gensources.sh
===================================================================
--- mcs/tools/gensources.sh     (revision 155127)
+++ mcs/tools/gensources.sh     (working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 includefile=$1
 excludefile=$2


More information about the Mono-devel-list mailing list