Re: Subversion 1.6 requires GNU grep 2.5
From: Mikel Ward <mikel_at_mikelward.com>
Date: Sat, 25 Jul 2009 10:51:13 +1000
>> ./build/ac-macros/kwallet.m4:43: for d in [`
I missed the start of this, but:
If you're doing something like
for d in `echo -g -I/usr/include -DFOO=true -DBAR=false -v | grep
Then you could turn that into
for d in `echo -g -I/usr/include -DFOO=true -DBAR=false -v`; do
But is it guaranteed there will be no space between -D and its argument?
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.