[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] svn-config

From: Eric Gillespie <epg_at_progeny.com>
Date: 2002-07-29 20:10:39 CEST

Scott Lamb <slamb@slamb.org> writes:

> /bin/bash will treat it as a shell expansion. And of course make doesn't
> understand sh's syntax. So it was either expand it in configure (which I

Incorrect. Get in the habit of always treating variables identically
in make and sh (always ${foo}, never $foo or $(foo)) and using $(foo)
only when getting the output of the 'foo' command in sh. You'll never
regret it.

-- 
Eric Gillespie <*> epg@progeny.com
Software Developer
Progeny Linux Systems - http://progeny.com/
"When everyone has to reinvent the wheel, many people invent
 square wheels."
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 20:13:51 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.