From: martin f. krafft Date: Tue, 9 Sep 2014 04:39:54 +0000 (+0200) Subject: chdir() to config directory before including X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/fb436fec2ca98879769e4ac20d905ed9e717815b?ds=inline;hp=fb436fec2ca98879769e4ac20d905ed9e717815b chdir() to config directory before including Make mr try to chdir() to the dirname() of any .mrconfig files it's supposed to load. If the chdir() is successful, then the filename is truncated to basename(). If the chdir() is unsuccessful, then processing happens as before. Signed-off-by: martin f. krafft ---