>> >
>> >
>> > Fix:
>> >
>> > - [[ ${movedir:0:1} != '/' ]] && movedir=$PWD/$movedir
>> > + [[ $movedir && ${movedir:0:1} != '/' ]] && movedir=$PWD/$movedir
>> >
>> >
>> > I'll send in a patch.
>>
>> Well, okay, but it seems we had this check, and your latest patch removes it,
>> no?
>>
>
> Nevermind, misread -- I see why this fails.
>Do you want me to incorporate this into the updated version of my other patch, of should I just leave it as a separate patch? >> > >> > //Maxim >> > >> >
