casher
casher copied to clipboard
Use relative paths on files
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.
This PR might annul the existing caches with absolute paths, so we should test that.
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.