"Gleb Rubanau" <[EMAIL PROTECTED]> writes:

[...]
> --- Version.pm.0.6.orig       2007-01-23 15:59:24.000000000 +0200
> +++ Version.pm        2007-01-23 16:00:04.000000000 +0200
> @@ -48,7 +48,7 @@
>     my $text = '';
>     if (ref($other) eq ref($self)) {
>         my $cmd =
> -         'chdir ' . dirname($self->path) .
> +         'cd ' . dirname($self->path) .
>             " && $DIFF_CMD " .
>             join (' ', (map { "-r$_" } $self->version, $other->version)) .
>             " '" . basename($self->path) . "' |";

It should also be fixed to quote arguments properly.

Cheers,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to