* Matthew Palmer <[email protected]>, 2010-12-15, 14:21:
Jakub, I'd appreciate it if you would be able to apply the patch to your local pbuilder installation (it should go onto pbuilder-modulers in-situ, without a need for a rebuild) and see if you can find any ways to break it.
I'm afraid I won't help here; I don't really use pbuilder anymore.
+ if mount |grep -q $(readlink -f $BUILDPLACE)/; then
I think
grep -q -F " $(readlink -f $BUILDPLACE)/" would be more robust. -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

