Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
5974:51684d05b4bf | 5975:e64059303a6f |
---|---|
1209 std::string file = dir + file_ops::dir_sep_str + script_file; | 1209 std::string file = dir + file_ops::dir_sep_str + script_file; |
1210 | 1210 |
1211 file_stat fs = file_stat (file); | 1211 file_stat fs = file_stat (file); |
1212 | 1212 |
1213 if (fs.exists ()) | 1213 if (fs.exists ()) |
1214 source_file (file); | 1214 source_file (file, "base"); |
1215 | 1215 |
1216 unwind_protect::run_frame ("execute_pkg_add_or_del"); | 1216 unwind_protect::run_frame ("execute_pkg_add_or_del"); |
1217 } | 1217 } |
1218 | 1218 |
1219 void | 1219 void |