always load from source directory
authorRobin Templeton <robin@terpri.org>
Tue, 12 Aug 2014 11:42:51 +0000 (07:42 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 9 Feb 2015 18:04:26 +0000 (13:04 -0500)
src/lread.c

index 9f0c441..fe285ad 100644 (file)
@@ -4133,7 +4133,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