From: Jeremy Stanley Date: Sat, 29 Jul 2017 18:24:06 +0000 (+0000) Subject: Fix file pathing in daemon mode X-Git-Tag: 0.0.1~147 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=inline;h=275b3f156a8ceb0ec50e5651cbcb8415269c7dd4;hp=275b3f156a8ceb0ec50e5651cbcb8415269c7dd4;p=mudpy.git Fix file pathing in daemon mode 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. ---