<p><br>
On Apr 9, 2012 1:18 PM, <<a href="mailto:Vladimir.Marek@oracle.com">Vladimir.Marek@oracle.com</a>> wrote:<br>
><br>
> From: Vladimir Marek <<a href="mailto:vlmarek@volny.cz">vlmarek@volny.cz</a>><br>
><br>
> Posix /bin/sh is not capable of running this configure and fails.</p>
<p>What fails? What would it take to make this work on posix sh instead?</p>
<p>The tests do require bash, but generally I think it would be preferable to not depend on bash to build.</p>
<p>BR,<br>
Jani.<br><br></p>
<p>><br>
> Signed-off-by: Vladimir Marek <<a href="mailto:vlmarek@volny.cz">vlmarek@volny.cz</a>><br>
> ---<br>
>  configure |    2 +-<br>
>  1 files changed, 1 insertions(+), 1 deletions(-)<br>
><br>
> diff --git a/configure b/configure<br>
> index 71981b7..6870341 100755<br>
> --- a/configure<br>
> +++ b/configure<br>
> @@ -1,4 +1,4 @@<br>
> -#! /bin/sh<br>
> +#! /bin/bash<br>
><br>
>  # Store original IFS value so it can be changed (and restored) in many places.<br>
>  readonly DEFAULT_IFS=$IFS<br>
> --<br>
> 1.7.3.2<br>
><br>
> _______________________________________________<br>
> notmuch mailing list<br>
> <a href="mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a><br>
> <a href="http://notmuchmail.org/mailman/listinfo/notmuch">http://notmuchmail.org/mailman/listinfo/notmuch</a><br>
</p>