pbuilder git tree: Changes to 'master'

Junichi Uekawa dancer at netfort.gr.jp
Mon Dec 21 13:32:45 UTC 2009


At Mon, 14 Dec 2009 14:23:40 +0100,
Loïc Minier wrote:
> 
> On Mon, Dec 14, 2009, Junichi Uekawa wrote:
> >     fix quoting of debbuildopts to preserve original intention.
> 
>  Does that change make any difference in the value of CMD?  To me, it
>  seems like the $CMD string will have the same contents in both cases.

So, after thinking about it a bit more I don't think there's any
difference between the following two.

echo \${DEBBUILDOPTS} | /bin/sh

echo '${DEBBUILDOPTS}' | /bin/sh 





More information about the Pbuilder-maint mailing list