Re: Fix for password-protected .rar files



On Mon, Jul 24, 2006 at 05:35:33PM +0200, Denis Vlasenko wrote:
> On Monday 24 July 2006 16:31, Pavel Tsekov wrote:
> > On Mon, 24 Jul 2006, Denis Vlasenko wrote:
> > 
> > > https://savannah.gnu.org/bugs/?func=detailitem&item_id=16967
> > 
> > Is this option supported on earlier versions of rar which might be
> > still used ?
> 
> Don't know. :)
> 
i think it is. unless i'm totally off, i used it in dos already - and
that was *long* ago.

> Ok, the attached patch quotes some environment variables.
> 
> -    size=$6
> +    size="$6"
>
this is pointless (just like several other instances are). and no, this
does not depend on the contents of the variable.

> --- mc-4.6.1.org/vfs/extfs/urar.in	2005-02-08 08:44:38.000000000 +0100
> +++ mc-4.6.1.extfs/vfs/extfs/urar.in	2006-07-24 17:25:18.000000000 +0200
> -for dir in $PATH; do
> +for dir in "$PATH"; do
>
this is plain wrong.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]