[pacman-dev] paccache: needsroot faulty set to 1
Dave Reisner
d at falconindy.com
Wed Aug 27 08:29:59 EDT 2014
On Wed, Aug 27, 2014 at 10:54:59AM +0200, Maxim Andersson wrote:
> >> >
> >> >
> >> > 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?
>
Feel free to merge it into your other patch.
d
More information about the pacman-dev
mailing list