#include <hallo.h>
* Mikael Magnusson [Sat, Jul 01 2006, 05:53:29PM]:
> Package: svn-buildpackage
> Version: 0.6.14
> Severity: normal
> Tags: patch
>
> Current version of svn-buildpackage doesn't support quoted strings in
> the "--svn-builder" option. I needed to use:
>
> --svn-builder="pdebuild --debbuildopts '-b -sa'"
>
> But it's not possible without the included patch, since the debbuildopts
> option is broken into two strings '"-b' and '-sa"'.
Great, thanks for the patch, but... I see no point in reinventing the
wheel, sorry. If people want to insert shell-command-like commands
therein then I think we should just run it trough a shell. In fact,
there is even a check which was introduced to do that but I broke that.
I will just run system("/bin/sh", "-c", $yourcommand) instead.
Eduard.
--
<dloer> Joey was bist du eigentlich offiziell im debian projekt genau?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]