27 Aug
2014
27 Aug
'14
12:29 p.m.
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