Add config dir to default load path
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 04:02:26 +0000 (00:02 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 04:02:26 +0000 (00:02 -0400)
commitf2a5f21b995b057945acb8bfebf211c5f2d1e0e3
treebd6a322a79a2737173c0f5085216824bbd5daadc
parent9f3a011c142a632fbcf8597ab85219c50c7ef410
Add config dir to default load path

Sometime between Guile 1.8 and 3.0, the cwd was removed from the
default search path, and we rely on that for Interp::LoadScript, but
only because cwd is the config directory. For now, just hack around it
by adding `(getcwd)' to the path, which will be the user config
directory.
scripts/bobot-utils.scm