aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-08-12 07:42:51 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:03 -0400
commit8e1ba084511f51936aa59f27ec0310614d4a3125 (patch)
tree4a6f09b37691eaf6819d7d7108746c5d24626013 /src
parentd3d26d60074e54c4d392bbce0e3a8f37b1fa31ff (diff)
always load from source directory
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index a09718f4cb..9250c3b739 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4129,7 +4129,7 @@ load_path_default (void)
const char *loadpath = ns_load_path ();
#endif
- normal = PATH_LOADSEARCH;
+ normal = PATH_DUMPLOADSEARCH;
#ifdef HAVE_NS
lpath = decode_env_path (0, loadpath ? loadpath : normal, 0);
#else