This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients jlt63, rpetrov
Date 2009-01-14.20:37:26
SpamBayes Score 0.2996089
Marked as misclassified No
Message-id <1231965449.09.0.400303320225.issue2233@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Jason,
quick review without tests - I expect $${DESTDIR:-/} to work without :
in expression, i.e. just $${DESTDIR-/}.

The ":" in expression is not so portable (some shells fail on this).
Please see "Shell Substitutions" in autoconf manual.
History
Date User Action Args
2009-01-14 20:37:29rpetrovsetrecipients: + rpetrov, jlt63
2009-01-14 20:37:29rpetrovsetmessageid: <1231965449.09.0.400303320225.issue2233@psf.upfronthosting.co.za>
2009-01-14 20:37:27rpetrovlinkissue2233 messages
2009-01-14 20:37:26rpetrovcreate