comparison src/defaults.cc @ 4486:6ceba1f351fb

[project @ 2003-08-22 16:49:46 by jwe]
author jwe
date Fri, 22 Aug 2003 16:49:46 +0000
parents 252b9162c084
children ccfbd6047a54
comparison
equal deleted inserted replaced
4485:bd3cfa59eb61 4486:6ceba1f351fb
133 std::string file = a_dir + file_ops::dir_sep_str + script_file; 133 std::string file = a_dir + file_ops::dir_sep_str + script_file;
134 134
135 file_stat fs = file_stat (file); 135 file_stat fs = file_stat (file);
136 136
137 if (fs.exists ()) 137 if (fs.exists ())
138 parse_and_execute (file); 138 source_file (file);
139 139
140 if (error_state) 140 if (error_state)
141 return; 141 return;
142 } 142 }
143 } 143 }