Re: [SQLObject] Fixing debian bug 605185
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2011-11-01 14:41:11
|
On Tue, Nov 01, 2011 at 04:31:43PM +0200, Neil Muller wrote: > On 1 November 2011 16:07, Oleg Broytman <ph...@ph...> wrote: > > Strange syntax ${PYTHONPATH:+:$PYTHONPATH} . Are you sure? Shouldn't > > it be just ${PYTHONPATH:+$PYTHONPATH} ? > > It does look a little strange, but it is correct. > > It's the POSIX shell alternate value syntax with ":$PYTHONPATH" as the > alternate value. If the ':' is excluded, there's no separator between > $parent and $PYTHONPATH when PYTHONPATH is set, and the separator must > only be added when PYTHONPATH is already set to fix the bug. Got it. Thank you! Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |