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