http://bugzilla.novell.com/show_bug.cgi?id=553610
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=553610#c8 Romain Tartière <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Romain Tartière <[email protected]> 2009-11-09 13:12:45 MST --- (In reply to comment #7) > I wasn't able to completely > compile mono trunk, it errored while building the web browser, being unable to > find 'build-csproj2k5' in Mono.WebBrowser2K5.csproj, but the mono core did > compile. The shee-bang is wrong. Change it to `#!/bin/sh' or at least `#!/usr/bin/env bash'... On FreeBSD /bin/bash does not exist. There are quite a lot of shell scripts with a hardcoded bash location... You can locate them using: grep -rm1 '^#! */bin/bash' . Does-is do the trick ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
