diff src/load-path.cc @ 5975:e64059303a6f

[project @ 2006-08-29 16:37:39 by jwe]
author jwe
date Tue, 29 Aug 2006 16:37:40 +0000
parents ceaf10a4743c
children 32cef2cfc9c9
line wrap: on
line diff
--- a/src/load-path.cc	Sat Aug 26 09:38:53 2006 +0000
+++ b/src/load-path.cc	Tue Aug 29 16:37:40 2006 +0000
@@ -1211,7 +1211,7 @@
   file_stat fs = file_stat (file);
 
   if (fs.exists ())
-    source_file (file);
+    source_file (file, "base");
 
   unwind_protect::run_frame ("execute_pkg_add_or_del");
 }