On 05/10/10 16:48, Eric Blake wrote:
> On 10/05/2010 09:41 AM, Pádraig Brady wrote:
>> Another unrelated thing before I forget.
>> I didn't notice in the shellology part of the manual
>> that the default almquist /bin/sh on FreeBSD is noisy when using
>> a standard idiom for testing the presence of
On 05/10/10 16:33, Eric Blake wrote:
> On 10/05/2010 09:28 AM, Pádraig Brady wrote:
>> On 05/10/10 15:22, Eric Blake wrote:
>>> On 10/05/2010 08:13 AM, Eric Blake wrote:
@@ -351,7 +351,7 @@ check_versions() {
app=libtoolize
fi
# Honor $APP variables ($TAR,
On 10/05/2010 09:41 AM, Pádraig Brady wrote:
Another unrelated thing before I forget.
I didn't notice in the shellology part of the manual
that the default almquist /bin/sh on FreeBSD is noisy when using
a standard idiom for testing the presence of a program.
I'm pretty sure it's in there. Yep
On 10/05/2010 09:28 AM, Pádraig Brady wrote:
On 05/10/10 15:22, Eric Blake wrote:
On 10/05/2010 08:13 AM, Eric Blake wrote:
@@ -351,7 +351,7 @@ check_versions() {
app=libtoolize
fi
# Honor $APP variables ($TAR, $AUTOCONF, etc.)
-appvar=`echo $app | tr '[a-z]' '[A-Z]'`