Here's the patch anyway.
On 31.07.2010 10:55, Victor Luchitz wrote:
Hello!
Please change the shell of the bootstrap.sh script to /bin/sh instead
of /bin/bash. On FreeBSD bash is located at /usr/local/bin so the
script fails to run. Besides, using bash for a two-liner such as this
is excessive in my opinion.
--
Best regards,
Victor Luchitz
Index: bootstrap.sh
===================================================================
--- bootstrap.sh (revision 4834)
+++ bootstrap.sh (working copy)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
aclocal
autoconf