autoconf-patches
[Top][All Lists]
Advanced

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

Re: proposed autoconf patches for AS_BASENAME, AS_DIRNAME


From: Akim Demaille
Subject: Re: proposed autoconf patches for AS_BASENAME, AS_DIRNAME
Date: 08 Oct 2001 13:57:21 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

On a second thought:

+[(dirname [$1]) 2>/dev/null ||

+[(basename [$1]) 2>/dev/null ||

You are double quoting here.  Should be (dirname $1)



reply via email to

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