autoconf-patches
[Top][All Lists]
Advanced

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

Re: _AC_CACHE_DUMP simplified


From: Eric Blake
Subject: Re: _AC_CACHE_DUMP simplified
Date: Tue, 21 Mar 2006 00:05:52 +0000

>   what would you say about this simplification of _AC_CACHE_DUMP?
> 

+  case `(ac_space=' '; set | grep ^ac_space) 2>&1` in

Don't you have to quote leading ^ in portable shell?  As in

case `(ac_space=' '; set | grep '^ac_space') 2>&1` in

I searched autoconf.texi, but did not find a definitive answer to
my question (it did point out that ^ is not portable in filenames,
and that leading ^ in expr regex is not portable, but did not
really mention whether bare ^ in shells should be avoided), so
maybe I'm just propagating an urban legend.

-- 
Eric Blake




reply via email to

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