Hi, maintainer,

Reply erroneously sent to 607972-quiet instead of to 607972. Resending
to 607972-maintonly, so tou get it too.

2011/1/8 Serafeim Zanikolas <s...@debian.org>:
> severity ! serious
> thanks
>
> Hi,
>
> This is easy to fix but I won't file a patch because the package is in a bad
> shape in general.
>
> To solve the problem, change line 10 in
> content/downloads/checkout_xml_sources.sh from
>
>    if [ $url = "" ]
>
> to:
>
>    if [ "x$url" = "x" ]

Just for completeness, I'd expect

if [ "$url" = "" ]

or

if [ -z "$url" ]

to also work. Choose your favourite.

Anyway, besides the above bug, the problem here is triggered by an
empty $url, caused by yet another bug in
/usr/share/docbookwiki/content/SVN/get_url.sh.

See

https://bugs.launchpad.net/ubuntu/+source/docbookwiki/+bug/425140

for details.

--
Agustin



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to