Fix file pathing in daemon mode
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:24:06 +0000 (18:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:24:06 +0000 (18:24 +0000)
If run as a daemon, the working directory is reset to "/" for
safety. Make sure that relative file searching takes this into
account and prefixes with the original (pre-chdir) start directory
rather than the current working directory.


No differences found