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 jlt63
Recipients jlt63, rpetrov
Date 2009-01-14.21:58:34
SpamBayes Score 0.11905138
Marked as misclassified No
Message-id <1231970317.07.0.333868771594.issue2233@psf.upfronthosting.co.za>
In-reply-to
Content
I guess you mean the following:

${var:-value} 
Old BSD shells, including the Ultrix sh, don't accept the colon for 
any shell substitution, and complain and die.

If so, should we just go forward without the colon?  The bash manpage 
indicates the following:

In each of the cases below, ... bash tests for a parameter that is 
unset or null; omitting the colon results in a test only for a 
parameter that is unset.

So, if a user executes "make DESTDIR= install", then the build will 
fail. Or, maybe we shouldn't worry about that corner case.

What do you think?
History
Date User Action Args
2009-01-14 21:58:37jlt63setrecipients: + jlt63, rpetrov
2009-01-14 21:58:37jlt63setmessageid: <1231970317.07.0.333868771594.issue2233@psf.upfronthosting.co.za>
2009-01-14 21:58:36jlt63linkissue2233 messages
2009-01-14 21:58:35jlt63create