autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: sh problems


From: Tim Van Holder
Subject: RE: sh problems
Date: Sat, 27 Jan 2001 10:28:44 +0100

> In _AS_TEST_PREPARE, we might end up echoing errors from non-working
> test commands to the user which is confusing (at least to me).
Didn't consider the possibility of 'test' providing output - sorry.

> A more serious problem is in AS_MKDIR_P.  It sets IFS to '\\/' and it
Force of habit; bash requires [\\/] to match both slash types in a shell
pattern, so I used \\/ as value for IFS as well. Reversing them here
works fine in bash though - thanks for spotting this.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]