casher icon indicating copy to clipboard operation
casher copied to clipboard

Use relative paths on files

Open BanzaiMan opened this issue 6 years ago • 2 comments

Allow relative paths to be passed.

This effectively reverts #45.

I do not quite remember the rationale for #45, to be honest, but I believe that some relative paths didn't work so well before. This PR adds -l instead, which might be a good solution to the problem.

BanzaiMan avatar Jul 30 '19 20:07 BanzaiMan

This PR might annul the existing caches with absolute paths, so we should test that.

BanzaiMan avatar Jul 30 '19 20:07 BanzaiMan

I think the issue #45 attempts to solve is cache: bundler and friends, where relative paths names when ./vendor/cache didn't work on the bash version.

BanzaiMan avatar Jul 30 '19 20:07 BanzaiMan