]> git.lizzy.rs Git - plan9front.git/commit
B: expand path when plumbing files
authorOri Bernstein <ori@eigenstate.org>
Sat, 12 Jun 2021 18:03:26 +0000 (18:03 +0000)
committerOri Bernstein <ori@eigenstate.org>
Sat, 12 Jun 2021 18:03:26 +0000 (18:03 +0000)
commitc12e49ecbf4ae7933b13d592543c9f7c7dc03581
tree18aef819f1aaf7508f201bd94573f8e9f2616d37
parent1c30bd451e1813f1cf9f9db4d7c1a4f3f95d1e37
B: expand path when plumbing files

When we plumb a file, we open it in the current working
directory if it exists. However, if it doesn't exist,
we end up opening it relative to the editor's working
directory.

Expanding the path to works around this issue.
rc/bin/B